mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-18 13:51:08 +00:00
ack-sync: State in the comment which package version was built.
This commit is contained in:
parent
e38e8a0c45
commit
ab43ddd875
3
ack-sync
3
ack-sync
@ -279,7 +279,8 @@ def main(bug_numbers, all_package, all_version, all_section, update,
|
||||
task.assignee = None
|
||||
print "unassigned me"
|
||||
task.lp_save()
|
||||
bug.newMessage(content="Sync request ACK'd", subject="ack-sync")
|
||||
content = "%s %s builds. Sync request ACK'd." % (package, version)
|
||||
bug.newMessage(content=content, subject="ack-sync")
|
||||
bug.subscribe(person=launchpad.people['ubuntu-archive'])
|
||||
print "subscribed ubuntu-archive"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user