We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ed9d7 commit 5e51ab7Copy full SHA for 5e51ab7
tests/run-ubuntu-chroot
@@ -18,7 +18,7 @@ fi
18
mkdir -p ${CACHE:=/tmp/cache/$RELEASE}
19
20
# get LP chroot
21
-CHROOT_URL=$(curl --silent https://api.launchpad.net/1.0/ubuntu/$RELEASE/$ARCH | grep -o 'http://[^ "]*chroot-ubuntu-[^ "]*')
+CHROOT_URL=$(curl --silent https://api.launchpad.net/1.0/ubuntu/$RELEASE/$ARCH | grep -o 'http://[^ "]*launchpadlibrarian[^ "]*')
22
CHROOT_TAR="$CACHE/$(basename $CHROOT_URL)"
23
[ -e "$CHROOT_TAR" ] || curl -o "$CHROOT_TAR" "$CHROOT_URL"
24
0 commit comments