Explicitly dput to ubuntu (defined in the default dput.cf in both Debian and Ubuntu)

This commit is contained in:
Stefano Rivera 2010-07-09 22:11:41 +02:00
parent 3b54c5b956
commit a5787e48a1

View File

@ -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>