|
|
@ -1239,7 +1239,8 @@ class Britney(object):
|
|
|
|
|
|
|
|
|
|
|
|
# retrieve the urgency for the upload, ignoring it if this is a NEW package (not present in testing)
|
|
|
|
# retrieve the urgency for the upload, ignoring it if this is a NEW package (not present in testing)
|
|
|
|
urgency = self.urgencies.get(src, self.options.default_urgency)
|
|
|
|
urgency = self.urgencies.get(src, self.options.default_urgency)
|
|
|
|
if not source_t and urgency != self.options.default_urgency:
|
|
|
|
if not source_t:
|
|
|
|
|
|
|
|
if self.MINDAYS[urgency] < self.MINDAYS[self.options.default_urgency]:
|
|
|
|
excuse.addhtml("Ignoring %s urgency setting for NEW package" % (urgency))
|
|
|
|
excuse.addhtml("Ignoring %s urgency setting for NEW package" % (urgency))
|
|
|
|
urgency = self.options.default_urgency
|
|
|
|
urgency = self.options.default_urgency
|
|
|
|
|
|
|
|
|
|
|
|