From 3d6d497df34a9b5fed83b818cbed57c963a7dd5f Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 13 Nov 2011 21:09:48 +0200 Subject: [PATCH] Don't substitute user's username into the backportpackage example command --- requestbackport | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requestbackport b/requestbackport index 40c8245..455ecd8 100755 --- a/requestbackport +++ b/requestbackport @@ -152,9 +152,8 @@ def request_backport(package_spph, source, destinations): testing = [] testing += ["You can test-build the backport in your PPA with " "backportpackage:"] - lp_user = Launchpad.me.name - testing += ["$ backportpackage -u ppa:%s/ppa -s %s -d %s" - % (lp_user, source, dest) + testing += ["$ backportpackage -u ppa:/ -s %s -d %s" + % (source, dest) for dest in destinations] testing += [""] for dest in destinations: