mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-11 02:21:33 +00:00
britney: Remove redundant if and obsolete comment
The RC bugs part is now handled by the RCBugs policy. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
b3ea41d057
commit
df38b9e687
@ -1620,12 +1620,6 @@ class Britney(object):
|
|||||||
if policy_verdict.is_rejected:
|
if policy_verdict.is_rejected:
|
||||||
update_candidate = False
|
update_candidate = False
|
||||||
|
|
||||||
# if the suite is unstable, then we have to check the release-critical bug lists before
|
|
||||||
# updating testing; if the unstable package has RC bugs that do not apply to the testing
|
|
||||||
# one, the check fails and we set update_candidate to False to block the update
|
|
||||||
if excuse.newbugs:
|
|
||||||
update_candidate = False
|
|
||||||
|
|
||||||
if suite in ('pu', 'tpu') and source_t:
|
if suite in ('pu', 'tpu') and source_t:
|
||||||
# o-o-d(ish) checks for (t-)p-u
|
# o-o-d(ish) checks for (t-)p-u
|
||||||
# This only makes sense if the package is actually in testing.
|
# This only makes sense if the package is actually in testing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user