mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-24 00:31:16 +00:00
Merge with trunk
This commit is contained in:
commit
1034cd0cb4
@ -103,9 +103,11 @@ class SourcePackage(object):
|
||||
for sub in bug.subscriptions:
|
||||
if sub.person == sponsorsteam and sub.canBeUnsubscribedByUser():
|
||||
bug.unsubscribe(person=launchpad.people['ubuntu-sponsors'])
|
||||
Logger.info("Unsubscribed ubuntu-sponsors from bug #%i.", bug.id)
|
||||
Logger.info("Unsubscribed ubuntu-sponsors from bug #%i.",
|
||||
bug.id)
|
||||
elif sub.person == sponsorsteam:
|
||||
Logger.info("Couldn't unsubscribe ubuntu-sponsors from bug #%i.", bug.id)
|
||||
Logger.info("Couldn't unsubscribe ubuntu-sponsors from "
|
||||
"bug #%i.", bug.id)
|
||||
|
||||
Logger.normal("Successfully acknowledged sync request bug #%i.",
|
||||
bug.id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user