[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-installs: support bullseye

Holger Levsen gitlab at salsa.debian.org
Wed Jul 10 17:07:00 BST 2019



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


Commits:
7b0ddd60 by Holger Levsen at 2019-07-10T16:06:49Z
chroot-installs: support bullseye

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

- - - - -


1 changed file:

- bin/chroot-installation.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -215,11 +215,7 @@ case $1 in
 			SPECIFIC="libreoffice virt-manager mplayer chromium"
 			FIREFOX="iceweasel"
 			;;
-	buster)		DISTRO="buster"
-			SPECIFIC="libreoffice virt-manager mplayer chromium"
-			FIREFOX="firefox-esr"
-			;;
-	sid)		DISTRO="sid"
+	buster|bullseye|sid)	DISTRO="$1"
 			SPECIFIC="libreoffice virt-manager mplayer chromium"
 			FIREFOX="firefox firefox-esr"
 			;;
@@ -291,7 +287,7 @@ fi
 
 if [ "$3" != "" ] ; then
 	case $3 in
-		jessie|stretch|buster|sid)	upgrade2 $3;;
+		jessie|stretch|buster|bullseye|sid)	upgrade2 $3;;
 		*)		echo "unsupported distro." ; exit 1 ;;
 	esac
 fi



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/7b0ddd607e01253094bfcec00420ebbab1faf847

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/7b0ddd607e01253094bfcec00420ebbab1faf847
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/20190710/ee75e251/attachment.html>


More information about the Qa-jenkins-scm mailing list