[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: add support for some nodes running Buster already

Holger Levsen gitlab at salsa.debian.org
Sat Jun 1 19:58:58 BST 2019



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


Commits:
33fc2245 by Holger Levsen at 2019-06-01T18:58:44Z
reproducible: add support for some nodes running Buster already

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

- - - - -


1 changed file:

- update_jdn.sh


Changes:

=====================================
update_jdn.sh
=====================================
@@ -244,7 +244,6 @@ if [ -f /etc/debian_version ] ; then
 			bsd-mailx
 			curl
 			debian-archive-keyring
-			debootstrap/stretch-backports
 			cdebootstrap-
 			devscripts
 			eatmydata
@@ -259,14 +258,10 @@ if [ -f /etc/debian_version ] ; then
 			lsof
 			molly-guard
 			moreutils
-			munin-node/stretch-backports
-			munin-plugins-core/stretch-backports
-			munin-plugins-extra/stretch-backports
 			needrestart
 			netcat-traditional
 			ntp
 			ntpdate
-			pbuilder/stretch-backports
 			pigz 
 			postfix
 			procmail
@@ -285,6 +280,23 @@ if [ -f /etc/debian_version ] ; then
 			vim 
 			zsh
 			"
+		case $HOSTNAME in
+			# running buster already
+			osuosl-build174-amd64) DEBS="$DEBS
+				debootstrap
+				munin-node
+				munin-plugins-core
+				munin-plugins-extra
+				pbuilder
+				" ;;
+			*) DEBS="$DEBS
+				debootstrap/stretch-backports
+				munin-node/stretch-backports
+				munin-plugins-core/stretch-backports
+				munin-plugins-extra/stretch-backports
+				pbuilder/stretch-backports
+				" ;;
+		esac
 		case $HOSTNAME in
 			# needed for rebuilding Debian (using .buildinfo files)
 			osuosl-build173-amd64) DEBS="$DEBS libdpkg-perl libwww-mechanize-perl sbuild" ;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/33fc224598a0bfd1571a55f8934b808981ab6b35

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/33fc224598a0bfd1571a55f8934b808981ab6b35
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/20190601/d94d0aa2/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list