diff --git a/debian/changelog b/debian/changelog index ca1efa0..30ec726 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 06 Sep 2011 01:11:35 +0200 + [ Benjamin Drung ] + * sponsor-patch: Default to not upload the package. + + -- Benjamin Drung Tue, 06 Sep 2011 13:14:50 +0200 ubuntu-dev-tools (0.128) unstable; urgency=low diff --git a/ubuntutools/sponsor_patch/sponsor_patch.py b/ubuntutools/sponsor_patch/sponsor_patch.py index dfb672c..c250dd0 100644 --- a/ubuntutools/sponsor_patch/sponsor_patch.py +++ b/ubuntutools/sponsor_patch/sponsor_patch.py @@ -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":