[Git][qa/jenkins.debian.net][master] installation tests: more refactoring

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Aug 21 20:05:36 BST 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
6634d907 by Holger Levsen at 2025-08-21T21:05:25+02:00
installation tests: more refactoring

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/chroot-installation.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -160,17 +160,13 @@ trap cleanup_all INT TERM EXIT
 #
 # bootstrap base system
 # 
-case $1 in
-	bookworm|trixie|forky|sid)
-			DISTRO="$1"
-			REPRO=""
-			FIREFOX="firefox-esr"
-			if [ "$DISTRO" != "bookworm" ] ; then
-				REPRO="debian-repro-status"
-			fi
-			if [ "$DISTRO" = "sid" ] ; then
-				FIREFOX="firefox firefox-esr"
-			;;
+DISTRO="$1"
+FIREFOX="firefox-esr"
+REPRO="debian-repro-status"
+case $DISTRO in
+	bookworm)	REPRO="" ;;
+	trixie|forky)	: ;;
+	sid)		FIREFOX="firefox firefox-esr" ;;
 	*)		echo "unsupported distro."
 			exit 1
 			;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6634d907f465e6bb850fba2b9136bcdb51ebe0ac

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6634d907f465e6bb850fba2b9136bcdb51ebe0ac
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250821/129934b1/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list