From f61e15194662103dc01c57140b0891b276b5a5af Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Thu, 3 Sep 2009 00:40:56 +0100 Subject: [PATCH] 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 --- britney.py | 1 - 1 file changed, 1 deletion(-) diff --git a/britney.py b/britney.py index 9cafc90..450bd7c 100755 --- a/britney.py +++ b/britney.py @@ -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']: