1. 16 Feb, 2022 3 commits
  2. 21 Sep, 2020 1 commit
    • Anton Midyukov's avatar
      cleanup, live: Added target use/live/no-cleanup (docs, rpmdb) · 018ea505
      Anton Midyukov authored
      It is customary to set a variable without the GLOBAL_ prefix. It
      is added to the name when exporting.
      
      I made by analogy use/cleanup/live-no-cleanup-docs.
      
      Since both targets have long names and are needed together,
      i made use/live/no-cleanup.
      
      Use target use/live/no-cleanup should be used instead of:
      
      @$(call set, GLOBAL_LIVE_NO_CLEANUPDB, yes)
      018ea505
  3. 16 Jul, 2018 1 commit
  4. 27 Jun, 2016 1 commit
  5. 27 May, 2016 1 commit
    • Michael Shigorin's avatar
      cleanup: handle empty variable (ouch!) · fa56731d
      Michael Shigorin authored
      This script was completely careless regarding the chance
      to meet an empty variable resulting in plain "rpm -qa"
      and subsequent attempt to, well, remove *all* packages.
      
      Thanks zerg@ for being persistent this time, even if
      he could probably find the culprit and send in this patch.
      :)
      fa56731d
  6. 01 Apr, 2016 1 commit
  7. 06 Jan, 2013 1 commit
  8. 31 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      cleanup scripts rehashed · 1b885b3d
      Michael Shigorin authored
      There's much reason for reuse instead of duplication
      among the different stage2-based subprofiles.
      
      In particular, the rather monolithic driver cleanup script
      of the ancient is better done in several clear pieces with
      the final depmod run.
      
      Scripts dropping apt/rpm databases will dump pkglist first.
      
      A script purging /boot/* will honour live-install if present.
      
      Minor inno^Wfixups all over the map too.
      1b885b3d
  9. 26 Mar, 2012 1 commit