mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Explicitly dput to ubuntu (defined in the default dput.cf in both Debian and Ubuntu)
This commit is contained in:
parent
3b54c5b956
commit
a5787e48a1
2
ack-sync
2
ack-sync
@ -200,7 +200,7 @@ def main(bug_numbers, package, version, section, update, uploader_email, key, ve
|
||||
bug.subscribe(person=launchpad.me)
|
||||
print "subscribed me"
|
||||
changes_file = dsc_file[:-4] + "_source.changes"
|
||||
subprocess.check_call(["dput", changes_file])
|
||||
subprocess.check_call(["dput", "ubuntu", changes_file])
|
||||
|
||||
def usage():
|
||||
print """ack-sync <bug numbers>
|
||||
|
Loading…
x
Reference in New Issue
Block a user