mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
* dgetlp: Improved error message to show that dgetlp only accepts HTTP
URLs (LP: #322051).
This commit is contained in:
parent
18a289f7ec
commit
c0e1489fd1
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -6,6 +6,8 @@ ubuntu-dev-tools (0.60) UNRELEASED; urgency=low
|
|||||||
* Adjusted imports on all files as necessary for the change above.
|
* Adjusted imports on all files as necessary for the change above.
|
||||||
* Removed ubuntutools/misc.py's mkdir function - superseded by
|
* Removed ubuntutools/misc.py's mkdir function - superseded by
|
||||||
os.makedirs().
|
os.makedirs().
|
||||||
|
* dgetlp: Improved error message to show that dgetlp only accepts HTTP
|
||||||
|
URLs (LP: #322051).
|
||||||
|
|
||||||
[ Iain Lane ]
|
[ Iain Lane ]
|
||||||
* requestsync: Only attempt to change bug importance if in ubuntu-dev, as it
|
* requestsync: Only attempt to change bug importance if in ubuntu-dev, as it
|
||||||
|
2
dgetlp
2
dgetlp
@ -134,7 +134,7 @@ fi
|
|||||||
|
|
||||||
if [ ${URL:0:30} != 'http://launchpadlibrarian.net/' ]
|
if [ ${URL:0:30} != 'http://launchpadlibrarian.net/' ]
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user