mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-18 04:11:29 +00:00
sponsor-patch: Update TODO list.
This commit is contained in:
parent
fc20065e25
commit
f2efc000b6
@ -469,6 +469,7 @@ def main(script_name, bug_number, build, edit, keyid, upload, verbose=False):
|
|||||||
Print.command(cmd)
|
Print.command(cmd)
|
||||||
if subprocess.call(cmd) != 0:
|
if subprocess.call(cmd) != 0:
|
||||||
Print.error("Failed to build source tarball.")
|
Print.error("Failed to build source tarball.")
|
||||||
|
# TODO: Add a "retry" option
|
||||||
ask_for_manual_fixing()
|
ask_for_manual_fixing()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
@ -527,7 +528,6 @@ def main(script_name, bug_number, build, edit, keyid, upload, verbose=False):
|
|||||||
|
|
||||||
# build package
|
# build package
|
||||||
dist = re.sub("-.*$", "", changelog.distributions)
|
dist = re.sub("-.*$", "", changelog.distributions)
|
||||||
# TODO: Find a solution for sudo password blocking.
|
|
||||||
# TODO: Do not rely on a specific pbuilder configuration.
|
# TODO: Do not rely on a specific pbuilder configuration.
|
||||||
cmd = ["sudo", "-E", "DIST=" + dist, "pbuilder", "--build",
|
cmd = ["sudo", "-E", "DIST=" + dist, "pbuilder", "--build",
|
||||||
"--distribution", dist, "--buildresult", buildresult,
|
"--distribution", dist, "--buildresult", buildresult,
|
||||||
@ -536,6 +536,7 @@ def main(script_name, bug_number, build, edit, keyid, upload, verbose=False):
|
|||||||
if subprocess.call(cmd) != 0:
|
if subprocess.call(cmd) != 0:
|
||||||
Print.error("Failed to build %s from source." % \
|
Print.error("Failed to build %s from source." % \
|
||||||
(os.path.basename(new_dsc_file)))
|
(os.path.basename(new_dsc_file)))
|
||||||
|
# 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