Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-install-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-verify-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down