mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +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(
|
||||
"autopkgtest for %s %s: %s" % (adtsrc, adtver, status))
|
||||
if status != "PASS":
|
||||
hints = self.hints.search(
|
||||
'force-autopkgtest', package=adtsrc)
|
||||
hints.extend(
|
||||
self.hints.search('force', package=adtsrc))
|
||||
forces = [
|
||||
x for x in self.hints.search(
|
||||
'force-autopkgtest', package=adtsrc)
|
||||
x for x in hints
|
||||
if self.same_source(adtver, x.version) ]
|
||||
if forces:
|
||||
e.addhtml(
|
||||
|
Loading…
x
Reference in New Issue
Block a user