[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-installs: firefox is only in sid

Holger Levsen gitlab at salsa.debian.org
Thu Jul 11 10:33:49 BST 2019



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


Commits:
62626c0c by Holger Levsen at 2019-07-11T09:33:15Z
chroot-installs: firefox is only in sid

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

- - - - -


1 changed file:

- bin/chroot-installation.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -217,7 +217,11 @@ case $1 in
 			;;
 	buster|bullseye|sid)	DISTRO="$1"
 			SPECIFIC="libreoffice virt-manager mplayer chromium"
-			FIREFOX="firefox firefox-esr"
+			if [ "$DISTRO" = "sid" ] ; then
+				FIREFOX="firefox firefox-esr"
+			else
+				FIREFOX="firefox-esr"
+			fi
 			;;
 	*)		echo "unsupported distro."
 			exit 1



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/62626c0cde6e252648384b9db18879a24aa65c17

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/62626c0cde6e252648384b9db18879a24aa65c17
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/20190711/e6001e39/attachment.html>


More information about the Qa-jenkins-scm mailing list