1. 28 Nov, 2019 4 commits
  2. 18 Nov, 2019 9 commits
  3. 08 Nov, 2019 5 commits
  4. 01 Nov, 2019 4 commits
  5. 31 Oct, 2019 1 commit
    • Michael Shigorin's avatar
      bin/check-pkg-list: imported from m-p-d · 0e9bb9a6
      Michael Shigorin authored
      I've long wanted to have this nice helper around in m-p too
      but might have set the bar too high.
      
      The "prorper integration" idea was to have the script check
      just those pkglists which are relevant for a given image IIRC.
      
      Let's toss it in to begin.
      0e9bb9a6
  6. 26 Oct, 2019 1 commit
  7. 23 Oct, 2019 3 commits
    • Michael Shigorin's avatar
      doc/archdep.txt: adjust accordingly · 91a285a0
      Michael Shigorin authored
      Those willing to reuse archdep-filter elsewhere
      will likely have to figure it out from Makefiles
      anyway, so probably not worth overdocumenting...
      91a285a0
    • Michael Shigorin's avatar
      pkg.in/*/Makefile: refactor using archdep-filter · e0def77c
      Michael Shigorin authored
      Duplicating the architecture tag handling logic was afwul
      indeed; one-liner (well, two lines for readability) is not
      that bad at least, factoring it out wouldn't gain a lot.
      
      Fixes: 75735473
      e0def77c
    • Michael Shigorin's avatar
      bin/archdep-filter: factored out · fab15ba7
      Michael Shigorin authored
      This code started breeding within pkg.in/*/Makefile,
      and it was lacking both E2K (as a generic alias,
      not just "e2k or e2kv4") _and_ the ability to negate
      selection, as in "everywhere but not on any e2k").
      
      Let's fix all of that at once, and parallelize sed
      execution as well; my tests with 1000-line file
      containing "a b c d@!E2K e@e2k f g@!X86 h i@IA32"
      lines show roughly 3x higher CPU load and lower
      execution time (~0.3 sec vs ~0.9 sec on 801-PC).
      
      And turn that code snippet into a proper filter
      with inline edit capability (I've dropped the exit
      trap as failing to mv signals a disaster anyway).
      fab15ba7
  8. 21 Oct, 2019 4 commits
  9. 16 Oct, 2019 2 commits
  10. 03 Oct, 2019 1 commit
  11. 30 Sep, 2019 6 commits