sponsor-patch: Default to not upload the package.

This commit is contained in:
Benjamin Drung 2011-09-06 13:16:09 +02:00
parent 37917959fc
commit 4f043a34e0
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

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

View File

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