mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 21:41:30 +00:00
Make force hints imply force-autopkgtest.
This commit is contained in:
parent
c1e29f844f
commit
1c1d8cf891
@ -1784,9 +1784,12 @@ class Britney(object):
|
|||||||
e.addhtml(
|
e.addhtml(
|
||||||
"autopkgtest for %s %s: %s" % (adtsrc, adtver, status))
|
"autopkgtest for %s %s: %s" % (adtsrc, adtver, status))
|
||||||
if status != "PASS":
|
if status != "PASS":
|
||||||
|
hints = self.hints.search(
|
||||||
|
'force-autopkgtest', package=adtsrc)
|
||||||
|
hints.extend(
|
||||||
|
self.hints.search('force', package=adtsrc))
|
||||||
forces = [
|
forces = [
|
||||||
x for x in self.hints.search(
|
x for x in hints
|
||||||
'force-autopkgtest', package=adtsrc)
|
|
||||||
if self.same_source(adtver, x.version) ]
|
if self.same_source(adtver, x.version) ]
|
||||||
if forces:
|
if forces:
|
||||||
e.addhtml(
|
e.addhtml(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user