update contact information for Ubuntu

This commit is contained in:
Colin Watson 2012-11-09 10:48:04 +00:00
parent 1efcf2f084
commit 0211319d6b

View File

@ -1230,7 +1230,7 @@ class Britney(object):
# if the package is blocked, skip it # if the package is blocked, skip it
for hint in self.hints.search('block', package=pkg, removal=True): for hint in self.hints.search('block', package=pkg, removal=True):
excuse.addhtml("Not touching package, as requested by %s (contact debian-release " excuse.addhtml("Not touching package, as requested by %s (contact #ubuntu-release "
"if update is needed)" % hint.user) "if update is needed)" % hint.user)
excuse.addhtml("Not considered") excuse.addhtml("Not considered")
self.excuses.append(excuse) self.excuses.append(excuse)
@ -1435,7 +1435,7 @@ class Britney(object):
if unblocks: if unblocks:
excuse.addhtml("%s request by %s ignored due to version mismatch: %s" % excuse.addhtml("%s request by %s ignored due to version mismatch: %s" %
(unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version)) (unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version))
excuse.addhtml("Not touching package due to %s request by %s (contact debian-release if update is needed)" % excuse.addhtml("Not touching package due to %s request by %s (contact #ubuntu-release if update is needed)" %
(block_cmd, blocked[block_cmd].user)) (block_cmd, blocked[block_cmd].user))
update_candidate = False update_candidate = False