mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-11 08:51:29 +00:00
Actually include the package name in the backportpackage command
This commit is contained in:
parent
3d6d497df3
commit
0838fc6390
@ -152,8 +152,9 @@ def request_backport(package_spph, source, destinations):
|
|||||||
testing = []
|
testing = []
|
||||||
testing += ["You can test-build the backport in your PPA with "
|
testing += ["You can test-build the backport in your PPA with "
|
||||||
"backportpackage:"]
|
"backportpackage:"]
|
||||||
testing += ["$ backportpackage -u ppa:<lp username>/<ppa name> -s %s -d %s"
|
testing += ["$ backportpackage -u ppa:<lp username>/<ppa name> "
|
||||||
% (source, dest)
|
"-s %s -d %s %s"
|
||||||
|
% (source, dest, package_spph.getPackageName())
|
||||||
for dest in destinations]
|
for dest in destinations]
|
||||||
testing += [""]
|
testing += [""]
|
||||||
for dest in destinations:
|
for dest in destinations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user