[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix remote build failures

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun Sep 18 23:31:06 BST 2022



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


Commits:
c7a50b52 by Holger Levsen at 2022-09-19T00:30:15+02:00
reproducible Debian: fix remote build failures

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

- - - - -


1 changed file:

- bin/jenkins_node_wrapper.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -95,8 +95,6 @@ elif [ "$1" = "reproducible_pool_buildinfos" ] ; then
 	exec /srv/jenkins/bin/reproducible_pool_buildinfos.sh ; croak "Exec failed";
 elif [ "$1" = "reproducible_html_builtin-pho" ] ; then
 	exec /srv/jenkins/bin/reproducible_html_builtin-pho.sh ; croak "Exec failed";
-elif [[ "$*" =~ reproducible_.*strap.* ]] ; then
-	exec /srv/jenkins/bin/reproducible_debstrap.sh "$2" "$3" ; croak "Exec failed";
 elif [ "$1" = "janitor-setup-worker" ] ; then
 	shift ; exec /srv/jenkins/bin/janitor_setup_worker.sh ; croak "Exec failed";
 elif [ "$1" = "janitor-worker" ] ; then
@@ -109,6 +107,8 @@ elif [ "$1" = "haskell-package-plan" ] ; then
 	shift ; exec /srv/jenkins/bin/chroot-run.sh $@ ; croak "Exec failed";
 elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
 	exec /srv/jenkins/bin/reproducible_build.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed";
+elif [[ "$1" =~ reproducible_.*strap_.* ]] ; then
+	exec /srv/jenkins/bin/reproducible_debstrap.sh "$2" "$3" ; croak "Exec failed";
 elif [[ "$*" =~ ^rsync\ --server\ --sender\ .*\ \.\ /srv/workspace/chroots/.* ]] ; then
 	exec rsync --server --sender "$4" . "$6" ; croak "Exec failed";
 elif [[ "$*" =~ ^rsync\ --server\ --sender\ .*\ \.\ /srv/reproducible-results/.* ]] ; then



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

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


More information about the Qa-jenkins-scm mailing list