mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-18 13:51:08 +00:00
backportpackage: You say goodbye, and I say hello.
This commit is contained in:
parent
70a1dbecc7
commit
9f0722dfb3
@ -219,7 +219,7 @@ def do_upload(workdir, package, bp_version, upload, prompt):
|
||||
if prompt or upload == 'ubuntu':
|
||||
question = 'Do you want to upload the package to %s' % upload
|
||||
answer = YesNoQuestion().ask(question, "yes")
|
||||
if answer != "yes":
|
||||
if answer == "no":
|
||||
return
|
||||
|
||||
changes_file = '%s_%s_source.changes' % (package, bp_version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user