|
|
@ -784,6 +784,7 @@ class AutopkgtestPolicy(BasePolicy):
|
|
|
|
hints = self.britney.hints.search('force-reset-test', package=src)
|
|
|
|
hints = self.britney.hints.search('force-reset-test', package=src)
|
|
|
|
|
|
|
|
|
|
|
|
if hints:
|
|
|
|
if hints:
|
|
|
|
|
|
|
|
self.log('Checking hints for %s/%s/%s: %s' % (src, ver, arch, [str(h) for h in hints]))
|
|
|
|
for hint in hints:
|
|
|
|
for hint in hints:
|
|
|
|
for mi in hint.packages:
|
|
|
|
for mi in hint.packages:
|
|
|
|
if (mi.architecture in ['source', arch] and
|
|
|
|
if (mi.architecture in ['source', arch] and
|
|
|
|