mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-15 16:28:20 +00:00
Make removal of obsolete source packages configurable, and disable it for Ubuntu for now.
This commit is contained in:
parent
cacf326907
commit
e8beb5f5e0
@ -57,3 +57,5 @@ HINTS_SATBRITNEY = easy
|
||||
# naming a non-existent section will effectively disable new smooth
|
||||
# updates but still allow removals to occur
|
||||
SMOOTH_UPDATES = badgers
|
||||
|
||||
REMOVE_OBSOLETE = no
|
||||
|
@ -2430,6 +2430,7 @@ class Britney(object):
|
||||
self.auto_hinter()
|
||||
|
||||
# obsolete source packages
|
||||
if getattr(self.options, "remove_obsolete", "yes") == "yes":
|
||||
self.__log("> Removing obsolete source packages from testing", type="I")
|
||||
removals = []
|
||||
sources = self.sources['testing']
|
||||
|
Loading…
x
Reference in New Issue
Block a user