mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 00:11:29 +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)
|
bug.subscribe(person=launchpad.me)
|
||||||
print "subscribed me"
|
print "subscribed me"
|
||||||
changes_file = dsc_file[:-4] + "_source.changes"
|
changes_file = dsc_file[:-4] + "_source.changes"
|
||||||
subprocess.check_call(["dput", changes_file])
|
subprocess.check_call(["dput", "ubuntu", changes_file])
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
print """ack-sync <bug numbers>
|
print """ack-sync <bug numbers>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user