mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Remove "test suffix" from r386. Sorry.
This commit is contained in:
parent
57ba754a12
commit
23b776e222
@ -66,7 +66,7 @@ else
|
|||||||
|
|
||||||
for NAME in $(sed -n -e "/^ /p" REPORT); do
|
for NAME in $(sed -n -e "/^ /p" REPORT); do
|
||||||
echo "Getting $NAME..."
|
echo "Getting $NAME..."
|
||||||
URL="https://merges.ubuntu.com/$HASH/$MERGE/$NAME/foo"
|
URL="https://merges.ubuntu.com/$HASH/$MERGE/$NAME"
|
||||||
wget -q "$URL" || { echo "Error downloading $URL"; exit 1; }
|
wget -q "$URL" || { echo "Error downloading $URL"; exit 1; }
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user