mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +00:00
Undo some accidental changes
This commit is contained in:
parent
ab0dc4244b
commit
552b0a1f91
@ -541,7 +541,7 @@ def main(script_name, bug_number, update, build, edit, keyid, upload, workdir,
|
|||||||
Logger.command(cmd)
|
Logger.command(cmd)
|
||||||
if subprocess.call(cmd, env=env) != 0:
|
if subprocess.call(cmd, env=env) != 0:
|
||||||
Logger.error("Failed to build source tarball.")
|
Logger.error("Failed to build source tarball.")
|
||||||
# TODO: Add "retry" and "update" option
|
# TODO: Add a "retry" option
|
||||||
ask_for_manual_fixing()
|
ask_for_manual_fixing()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
@ -618,7 +618,7 @@ def main(script_name, bug_number, update, build, edit, keyid, upload, workdir,
|
|||||||
Logger.error("Failed to build %s from source with %s." % \
|
Logger.error("Failed to build %s from source with %s." % \
|
||||||
(os.path.basename(new_dsc_file),
|
(os.path.basename(new_dsc_file),
|
||||||
builder.get_name()))
|
builder.get_name()))
|
||||||
# TODO: Add "retry" option
|
# TODO: Add "retry" and "update" option
|
||||||
ask_for_manual_fixing()
|
ask_for_manual_fixing()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user