From ce29fc29e24f42c257d8666273ef29fda42a2157 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Fri, 24 Apr 2026 14:19:18 +0900 Subject: [PATCH] enable resolute target Signed-off-by: Kentaro Hayashi --- test-install-in-docker.sh | 2 +- test-verify-repo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-install-in-docker.sh b/test-install-in-docker.sh index 638e40b..25c36e5 100755 --- a/test-install-in-docker.sh +++ b/test-install-in-docker.sh @@ -74,7 +74,7 @@ case $ID in export DEBIAN_FRONTEND=noninteractive CODENAME=$(cat /etc/os-release | grep VERSION_CODENAME | cut -d'=' -f2) case $CODENAME in - bullseye|bookworm|trixie|focal|jammy|noble) + bullseye|bookworm|trixie|focal|jammy|noble|resolute) setup_apt_user export DEBIAN_FRONTEND=noninteractive echo -e 'Dpkg::Options {\n"--force-confnew";\n}' | tee /etc/apt/apt.conf.d/90force-confnew diff --git a/test-verify-repo.sh b/test-verify-repo.sh index 9c0c6c8..f126bc8 100755 --- a/test-verify-repo.sh +++ b/test-verify-repo.sh @@ -76,7 +76,7 @@ fi if [ -z "$DEB_TARGETS" ]; then case $REPO_TARGETS in *6*) - DEB_TARGETS="debian:bookworm debian:trixie ubuntu:jammy ubuntu:noble" + DEB_TARGETS="debian:bookworm debian:trixie ubuntu:jammy ubuntu:noble ubuntu:resolute" ;; *5*) DEB_TARGETS="debian:bullseye debian:bookworm ubuntu:focal ubuntu:jammy ubuntu:noble"