Show out-of-date excuses even for very recent uploads (if we have upload dates).

This commit is contained in:
Colin Watson 2013-09-25 14:12:27 +01:00
parent 1549b6bb6c
commit b723fec4de

View File

@ -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: