summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-10-10 08:00:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-10-10 08:00:31 -0700
commit72d4d00c76b40c677f3cee4321011bbccc48a8f4 (patch)
tree1f9677201444a7dfac27fea5825aa90a897cb6f7 /bin/locmaint
parent212ae53217e383f7297fa8f2dabb4b0095941e0d (diff)
downloaddotfiles-72d4d00c76b40c677f3cee4321011bbccc48a8f4.tar.gz
comment
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/locmaint b/bin/locmaint
index a421a0ac..f44c86d5 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -473,6 +473,8 @@ sub do_sysmaint {
}
my @obsolete_packages
= grep { $purgeable{$_}{obsolete} } keys %purgeable;
+ # packages go in and out of testing frequently, so we probably
+ # don't want to remove them
unless (@obsolete_packages == 0 || $suite eq TESTING) {
say_bold("Packages not available from any mirrors:");
print " $_\n" for @obsolete_packages;