[Git][qa/jenkins.debian.net][master] reproducible Debian: also temporarily disable upgrading/bootstraping...

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



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


Commits:
7ed55344 by Holger Levsen at 2024-02-28T15:13:24+01:00
reproducible Debian: also temporarily disable upgrading/bootstraping experimental as it's broken atm too

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,7 +592,7 @@ if [ -n "$http_proxy" ] ; then
 	pbuilder_http_proxy="--http-proxy $http_proxy"
 fi
 for s in $SUITES ; do
-	if [ "$s" = "unstable" ] ; then
+	if [ "$s" = "unstable" ] || [ "$s" = "experimental" ] ; then
 		echo temporarly skipping $s
 		continue
 	fi


=====================================
bin/reproducible_setup_pbuilder.sh
=====================================
@@ -19,8 +19,8 @@ else
 	SUITE="$1"
 fi
 
-if [ "$SUITE" = "unstable" ] ; then
-	echo temporarly skipping $s
+if [ "$SUITE" = "unstable" ] || [ "$SUITE" = "experimental" ] ; then
+	echo temporarly skipping $SUITE
 	exit 0
 fi
 



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

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


More information about the Qa-jenkins-scm mailing list