From af316faaa00c7fc51612a5924eb731ad45189fa6 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 27 Mar 2023 07:32:28 +0200 Subject: tests: stretch also moved to archive.debian.org --- tests/create-and-run.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index 8d30d7f..392a691 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -25,7 +25,11 @@ case "$ARCHITECTURE" in armel) ARCHITECTURE=armel,armhf ;; esac MIRROR= -test "$RELEASE" = jessie && MIRROR=http://archive.debian.org/debian +case "$RELEASE" in + jessie|stretch) + MIRROR=http://archive.debian.org/debian + ;; +esac debvm-create -k "$SSH_KEYPATH.pub" -o "$IMAGE" -r "$RELEASE" -- --architectures="$ARCHITECTURE" $MIRROR SSH_PORT=2222 -- cgit v1.2.3