mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
Do not exclude fake source packages from t-p-u processing, as they provide a mechanism for sourceless packages to propagate to testing through t-p-u. This change removes some b1/b2 diffs.
Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
This commit is contained in:
parent
947dece70e
commit
9c73bb45ac
@ -1451,7 +1451,6 @@ class Britney:
|
||||
|
||||
# for every source package in testing-proposed-updates, check if it should be upgraded
|
||||
for pkg in sources['tpu']:
|
||||
if sources['tpu'][pkg][FAKESRC]: continue
|
||||
# if the source package is already present in testing,
|
||||
# check if it should be upgraded for every binary package
|
||||
if pkg in sources['testing']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user