mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-18 20:31:29 +00:00
backportpackage: Use a file:/// URL when giving paths to make them clickable in gnome-terminal
This commit is contained in:
parent
fccec5fab9
commit
4669ee62af
@ -92,7 +92,7 @@ def main(args):
|
|||||||
if ':' in bp_version:
|
if ':' in bp_version:
|
||||||
bp_version = bp_version[bp_version.find(':')+1:]
|
bp_version = bp_version[bp_version.find(':')+1:]
|
||||||
|
|
||||||
print 'Please check the package in %s carefully' % tmpdir
|
print 'Please check the package in file://%s carefully' % tmpdir
|
||||||
while True:
|
while True:
|
||||||
answer = raw_input('Do you still want to upload this to %s? [Y/n] ' % upload).strip().lower()
|
answer = raw_input('Do you still want to upload this to %s? [Y/n] ' % upload).strip().lower()
|
||||||
if answer in ('', 'y', 'yes'):
|
if answer in ('', 'y', 'yes'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user