1. 01 May, 2020 1 commit
  2. 20 Jan, 2020 1 commit
  3. 16 Jul, 2018 1 commit
  4. 30 Jul, 2017 1 commit
  5. 04 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      cleanup: introduce CLEANUP_BASE_PACKAGES · 514652f8
      Michael Shigorin authored
      The problem at hand was that an installer component
      of a "DVD class" image does use/cleanup/installer
      while installable LiveCD component gets broken by that
      (livecd-install -> installer-scripts-remount-stage2
      which gets removed as installer-*).
      
      Split those.
      514652f8
  6. 10 Mar, 2016 1 commit
  7. 10 Feb, 2016 1 commit
    • Michael Shigorin's avatar
      cleanup: add jeos targets · 0717417e
      Michael Shigorin authored
      This is based on distro/regular-jeos but torn into two
      and somewhat updated for sisyphus-going-to-bring-p8:
      1) libcap-ng is now required by util-linux;
      2) bridge-utils might be needed for subsequent images.
      0717417e
  8. 25 Feb, 2015 1 commit
    • Michael Shigorin's avatar
      cleanup: introduce use/cleanup/libs · 620c827c
      Michael Shigorin authored
      The installer feature added is a trivial wrapper around
      apt-cache nodeps to uninstall the ^lib packages that have
      no more dependencies upon those when the temporarily
      installed packages like alterator-browser-qt get removed.
      620c827c
  9. 19 Feb, 2015 1 commit
    • Michael Shigorin's avatar
      cleanup: extend x11-related target · 122c305b
      Michael Shigorin authored
      A few more leftover libraries tend to hang around after
      purging extra alterator packages that have fired already
      during installation stage3; this change might hurt someone,
      please do notify if that is the case (OTOH one isn't forced
      to use it or to inherit intermediate targets that do so).
      122c305b
  10. 02 Jul, 2012 1 commit
  11. 19 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      introduced add_feature function · 9cedefdb
      Michael Shigorin authored
      The features might get copy-pasted (or even copied-and-pruned)
      when initialized; there's an unneccessary duplication of the
      function name in the line adding it to FEATURES list, thus
      prone to being forgotten and causing some havoc later on.
      
      It was wrong in the first place but tackling this with some
      double-colon rules ran into terminality issues, and further
      tortures were considered unneccessary.
      
      The current solution isn't perfect (no completely transparent
      function name registration upon corresponding target being called)
      but at least it is an improvement...
      9cedefdb
  12. 04 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      initial features.in/cleanup · c5bf0529
      Michael Shigorin authored
      This is a sort of anti-feature which removes and not builds;
      still with mkimage-profiles' approach we can at least build
      up the removal procedures as well.
      
      It's what triggered the tagged scripts, BTW.
      c5bf0529