Skip to content

Commit 5e51ab7

Browse files
committed
tests: Fix run-ubuntu-chroot for eoan
The `chroot_url` now looks like http://launchpadlibrarian.net/438466785/livecd.ubuntu-base.rootfs.tar.gz
1 parent 40ed9d7 commit 5e51ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-ubuntu-chroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
mkdir -p ${CACHE:=/tmp/cache/$RELEASE}
1919

2020
# get LP chroot
21-
CHROOT_URL=$(curl --silent https://api.launchpad.net/1.0/ubuntu/$RELEASE/$ARCH | grep -o 'http://[^ "]*chroot-ubuntu-[^ "]*')
21+
CHROOT_URL=$(curl --silent https://api.launchpad.net/1.0/ubuntu/$RELEASE/$ARCH | grep -o 'http://[^ "]*launchpadlibrarian[^ "]*')
2222
CHROOT_TAR="$CACHE/$(basename $CHROOT_URL)"
2323
[ -e "$CHROOT_TAR" ] || curl -o "$CHROOT_TAR" "$CHROOT_URL"
2424

0 commit comments

Comments
 (0)