mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-07 23:11:29 +00:00
Merge with trunk
This commit is contained in:
commit
1034cd0cb4
@ -103,9 +103,11 @@ class SourcePackage(object):
|
|||||||
for sub in bug.subscriptions:
|
for sub in bug.subscriptions:
|
||||||
if sub.person == sponsorsteam and sub.canBeUnsubscribedByUser():
|
if sub.person == sponsorsteam and sub.canBeUnsubscribedByUser():
|
||||||
bug.unsubscribe(person=launchpad.people['ubuntu-sponsors'])
|
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:
|
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.",
|
Logger.normal("Successfully acknowledged sync request bug #%i.",
|
||||||
bug.id)
|
bug.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user