[Git][qa/jenkins.debian.net][master] reproducible Debian: temporarily disable upgrading/bootstraping unstable as it's broken atm

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Feb 28 13:54:39 GMT 2024



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


Commits:
ef88cc3a by Holger Levsen at 2024-02-28T14:54:17+01:00
reproducible Debian: temporarily disable upgrading/bootstraping unstable as it's broken atm

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

- - - - -


2 changed files:

- bin/reproducible_maintenance.sh
- bin/reproducible_setup_pbuilder.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -592,6 +592,10 @@ if [ -n "$http_proxy" ] ; then
 	pbuilder_http_proxy="--http-proxy $http_proxy"
 fi
 for s in $SUITES ; do
+	if [ "$s" = "unstable" ] ; then
+		echo temporarly skipping $s
+		continue
+	fi
 	for i in osuosl ionos3 ionos7 ionos9 ionos10 ; do
 		if [ "${HOSTNAME:0:${#i}}" = "$i" ]; then
 			# this node is not used to do Debian rebuilds, skip it all


=====================================
bin/reproducible_setup_pbuilder.sh
=====================================
@@ -19,6 +19,11 @@ else
 	SUITE="$1"
 fi
 
+if [ "$s" = "unstable" ] ; then
+	echo temporarly skipping $s
+	exit 0
+fi
+
 #
 # create script to configure a pbuilder chroot
 #



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ef88cc3aeec8910ffcd88fa0000650e4c38b2155
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/20240228/36e3b274/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list