From 7c0ac0107f375ee5fca9996608abb4d6d1c12c8c Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Sat, 28 Oct 2023 13:09:32 +0100 Subject: [PATCH] make-hosts-flight: default to bookworm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Anthony PERARD Acked-by: Roger Pau Monné --- make-hosts-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-hosts-flight b/make-hosts-flight index 63ac7b7..0177f60 100755 --- a/make-hosts-flight +++ b/make-hosts-flight @@ -26,7 +26,7 @@ blessing=$4 buildflight=$5 : ${ALL_ARCHES:=amd64 i386 arm64 armhf} -: ${ALL_SUITES:=buster stretch jessie} +: ${ALL_SUITES:=bookworm buster stretch jessie} # ^ most preferred suite first : ${PERHOST_MAXWAIT:=20000} # seconds -- 2.39.5