[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: quick hack to disable updating stretch schroots &...

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Apr 24 15:37:34 BST 2023



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


Commits:
8510aaca by Holger Levsen at 2023-04-24T16:37:18+02:00
reproducible Debian: quick hack to disable updating stretch schroots & pbuilder because stretch is gone from deb.debian.org now

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

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -272,10 +272,15 @@ if [ -n "$http_proxy" ] ; then
 	pbuilder_http_proxy="--http-proxy $http_proxy"
 fi
 for s in $SUITES ; do
+	# stretch has been removed from deb.debian.org
+	# quick hack workaround
+	if [ "$s" == "stretch" ] ; then
+		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
-			continue 2
+			continue
 		fi
 	done
 	#



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8510aacae8f9c5183ea397a4e51c6c37e93949f4
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/20230424/c5ffe5e4/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list