* dgetlp: Improved error message to show that dgetlp only accepts HTTP

URLs (LP: #322051).
This commit is contained in:
Jonathan Davies 2009-02-01 10:53:30 +00:00
parent 18a289f7ec
commit c0e1489fd1
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -6,6 +6,8 @@ ubuntu-dev-tools (0.60) UNRELEASED; urgency=low
* Adjusted imports on all files as necessary for the change above.
* Removed ubuntutools/misc.py's mkdir function - superseded by
os.makedirs().
* dgetlp: Improved error message to show that dgetlp only accepts HTTP
URLs (LP: #322051).
[ Iain Lane ]
* requestsync: Only attempt to change bug importance if in ubuntu-dev, as it

2
dgetlp
View File

@ -134,7 +134,7 @@ fi
if [ ${URL:0:30} != 'http://launchpadlibrarian.net/' ]
then
echo "Error: This utility only works for files on launchpadlibrarian.net."
echo "Error: This utility only works for files on http://launchpadlibrarian.net."
exit 1
fi