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>
master
Jurij Smakov 15 years ago
parent f847e1b3c4
commit f61e151946

@ -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…
Cancel
Save