From 4f043a34e0f8d4140839c5f4bb6971770d3efcbb Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 6 Sep 2011 13:16:09 +0200 Subject: [PATCH] sponsor-patch: Default to not upload the package. --- debian/changelog | 5 ++++- ubuntutools/sponsor_patch/sponsor_patch.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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":