mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-09 18:21:09 +00:00
Show out-of-date excuses even for very recent uploads (if we have upload dates).
This commit is contained in:
parent
1549b6bb6c
commit
b723fec4de
@ -1471,8 +1471,7 @@ class Britney(object):
|
||||
if arch in self.options.adt_arches.split():
|
||||
run_autopkgtest = False
|
||||
|
||||
if self.dates is None or self.date_now != self.dates[src][1]:
|
||||
excuse.addhtml(text)
|
||||
excuse.addhtml(text)
|
||||
|
||||
# if the source package has no binaries, set update_candidate to False to block the update
|
||||
if len(self.sources[suite][src][BINARIES]) == 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user