mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 04:11:07 +00:00
britney.py: Replace an instance of 'pu'/'tpu' hardcoding
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
7ed3568eca
commit
e7b5339eae
@ -1388,7 +1388,7 @@ class Britney(object):
|
||||
blocked['block'] = hint
|
||||
excuse.add_hint(hint)
|
||||
break
|
||||
if suite_name in ('pu', 'tpu'):
|
||||
if source_suite.suite_class.is_additional_source:
|
||||
blocked['block'] = '%s-block' % (suite_name)
|
||||
excuse.needs_approval = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user