[Git][qa/jenkins.debian.net][master] reproducible debian: setup_pbuilder: skip chroot recreate only on armhf

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Thu Mar 14 13:04:04 GMT 2024



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
c70e24cc by Mattia Rizzolo at 2024-03-14T14:03:23+01:00
reproducible debian: setup_pbuilder: skip chroot recreate only on armhf

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_setup_pbuilder.sh


Changes:

=====================================
bin/reproducible_setup_pbuilder.sh
=====================================
@@ -19,9 +19,13 @@ else
 	SUITE="$1"
 fi
 
+ARCH=$(dpkg --print-architecture)
+
 if [ "$SUITE" = "unstable" ] || [ "$SUITE" = "experimental" ] ; then
-	echo temporarly skipping $SUITE
-	exit 0
+	if [ "$ARCH" = "armhf" ];  then
+		echo temporarly skipping "$s/$ARCH"
+		exit 0
+	fi
 fi
 
 #



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c70e24ccdf7fb4b6a7f88a4026288d4e0efc0a0c
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/20240314/81a7eef0/attachment.htm>


More information about the Qa-jenkins-scm mailing list