mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
Update contact information for Ubuntu
This commit is contained in:
parent
afc2a1d7f8
commit
1f50273a25
13
britney.py
13
britney.py
@ -1343,8 +1343,8 @@ 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 "
|
excuse.addhtml("Not touching package, as requested by %s (contact #ubuntu-release "
|
||||||
"(check https://release.debian.org/testing/freeze_policy.html if update is needed)" % hint.user)
|
"if update is needed)" % hint.user)
|
||||||
excuse.addreason("block")
|
excuse.addreason("block")
|
||||||
self.excuses[excuse.name] = excuse
|
self.excuses[excuse.name] = excuse
|
||||||
return False
|
return False
|
||||||
@ -1608,12 +1608,9 @@ class Britney(object):
|
|||||||
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))
|
||||||
if suite == 'unstable' or block_cmd == 'block-udeb':
|
if suite == 'unstable' or block_cmd == 'block-udeb':
|
||||||
tooltip = "check https://release.debian.org/testing/freeze_policy.html if update is needed"
|
excuse.addhtml("Not touching package due to %s request by %s "
|
||||||
# redirect people to d-i RM for udeb things:
|
"(contact #ubuntu-release if update is needed)" %
|
||||||
if block_cmd == 'block-udeb':
|
(block_cmd, blocked[block_cmd].user))
|
||||||
tooltip = "please contact the d-i release manager if an update is needed"
|
|
||||||
excuse.addhtml("Not touching package due to %s request by %s (%s)" %
|
|
||||||
(block_cmd, blocked[block_cmd].user, tooltip))
|
|
||||||
excuse.addreason("block")
|
excuse.addreason("block")
|
||||||
else:
|
else:
|
||||||
excuse.addhtml("NEEDS APPROVAL BY RM")
|
excuse.addhtml("NEEDS APPROVAL BY RM")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user