mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-22 10:51:12 +00:00
britney: Disable Built-Using policy
Launchpad currently doesn't enforce this, so it doesn't make too much sense to do so in proposed-migration. Once https://bugs.launchpad.net/launchpad/+bug/1868558 is fixed, we should think about probably re-enabling this.
This commit is contained in:
parent
312268565e
commit
5d4d5dc821
@ -529,7 +529,8 @@ class Britney(object):
|
||||
self._policy_engine.add_policy(AgePolicy(self.options, self.suite_info, MINDAYS))
|
||||
self._policy_engine.add_policy(BuildDependsPolicy(self.options, self.suite_info))
|
||||
self._policy_engine.add_policy(BlockPolicy(self.options, self.suite_info))
|
||||
self._policy_engine.add_policy(BuiltUsingPolicy(self.options, self.suite_info))
|
||||
# XXX re-enable once https://bugs.launchpad.net/launchpad/+bug/1868558 is fixed
|
||||
# self._policy_engine.add_policy(BuiltUsingPolicy(self.options, self.suite_info))
|
||||
self._policy_engine.add_policy(ImplicitDependencyPolicy(self.options, self.suite_info))
|
||||
if getattr(self.options, 'check_buildd', 'no') == 'yes':
|
||||
self._policy_engine.add_policy(BuiltOnBuilddPolicy(self.options, self.suite_info))
|
||||
|
Loading…
x
Reference in New Issue
Block a user