mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
sponsor-patch: Use "bzr builddeb" instead of the shortcut "bzr bd".
This commit is contained in:
parent
67ad32a06d
commit
ff84b6da91
@ -320,7 +320,7 @@ def main(bug_number, build, builder, edit, keyid, lpinstance, update, upload,
|
|||||||
if patch:
|
if patch:
|
||||||
cmd = ['debuild', '--no-lintian', '-S']
|
cmd = ['debuild', '--no-lintian', '-S']
|
||||||
elif branch:
|
elif branch:
|
||||||
cmd = ['bzr', 'bd', '-S', '--', '--no-lintian']
|
cmd = ['bzr', 'builddeb', '-S', '--', '--no-lintian']
|
||||||
previous_version = task.get_previous_version()
|
previous_version = task.get_previous_version()
|
||||||
cmd.append("-v" + previous_version.full_version)
|
cmd.append("-v" + previous_version.full_version)
|
||||||
if previous_version.upstream_version == changelog.upstream_version and \
|
if previous_version.upstream_version == changelog.upstream_version and \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user