mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
sponsor-patch: Default to not upload the package.
This commit is contained in:
parent
37917959fc
commit
4f043a34e0
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -34,7 +34,10 @@ ubuntu-dev-tools (0.129) UNRELEASED; urgency=low
|
||||
[ Julian Taylor ]
|
||||
* requestsync: omit dups when checking for duplicate requests (LP: #842217)
|
||||
|
||||
-- Julian Taylor <jtaylor.debian@googlemail.com> Tue, 06 Sep 2011 01:11:35 +0200
|
||||
[ Benjamin Drung ]
|
||||
* sponsor-patch: Default to not upload the package.
|
||||
|
||||
-- Benjamin Drung <bdrung@debian.org> Tue, 06 Sep 2011 13:14:50 +0200
|
||||
|
||||
ubuntu-dev-tools (0.128) unstable; urgency=low
|
||||
|
||||
|
@ -498,7 +498,7 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update,
|
||||
target = upload
|
||||
question = Question(["yes", "edit", "no"])
|
||||
answer = question.ask("Do you want to upload the package to %s" % \
|
||||
target, "yes")
|
||||
target, "no")
|
||||
if answer == "edit":
|
||||
continue
|
||||
elif answer == "no":
|
||||
|
Loading…
x
Reference in New Issue
Block a user