1. 16 Feb, 2022 3 commits
  2. 07 Jun, 2016 1 commit
  3. 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
  4. 06 Jan, 2013 1 commit
  5. 25 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      cleanup, build-vm: mutual support · 0a5f164d
      Michael Shigorin authored
      It appears that reusing installer-feature-*-stage3 packages
      is perfectly fine with VM images; these just need to be removed
      after the package scripts they carry have worked out.
      0a5f164d
  6. 19 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      tagged scripts breakage partially fixed · c4a5515b
      Michael Shigorin authored
      It appears that features.in/Makefile functioned a bit
      differently by now than was described back then: after
      loops and pushds got rearranged for robustness, it stopped
      to pick up a cleanup feature tagged script.
      
      That particular script is now better de-tagged and simply
      placed as a script to be merged into install2 subprofile.
      
      The tagged scripts still require a bit more comprehension
      to understand the use cases (e.g., do we need per-subprofile
      tagged script subdirs or just a toplevel one should be looked
      at, with script names telling where to put them).
      
      README used to mix up subprofiles and features; fixed.
      c4a5515b