mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
grab-merge: Use wget -nv rather than -q, so that we see error messages
(LP: #881967)
This commit is contained in:
parent
da18852892
commit
3910b88ee9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
ubuntu-dev-tools (0.135) UNRELEASED; urgency=low
|
||||
|
||||
* grab-merge: Use wget -nv rather than -q, so that we see error messages
|
||||
(LP: #881967)
|
||||
|
||||
-- Stefano Rivera <stefanor@debian.org> Sat, 12 Nov 2011 23:04:35 +0200
|
||||
|
||||
ubuntu-dev-tools (0.134) unstable; urgency=low
|
||||
|
||||
[ Stefano Rivera ]
|
||||
|
@ -62,7 +62,7 @@ if [ "$RSYNC" = "y" ]; then
|
||||
"$URL" . || { echo "Error while rsyncing $URL"; exit 1; }
|
||||
else
|
||||
rm -rf --one-file-system *
|
||||
wget -q https://merges.ubuntu.com/$HASH/$MERGE/REPORT || {
|
||||
wget -nv https://merges.ubuntu.com/$HASH/$MERGE/REPORT || {
|
||||
echo "Package not found on merges.ubuntu.com."
|
||||
[ "$CREATED_DIR" != "1" ] || { cd ..; rmdir $MERGE; }
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user