[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup subtile typo in d43174a98: reproducible Arch Linux: also do one build 398 days in the future

Holger Levsen holger at layer-acht.org
Tue Nov 21 21:29:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ee7d012257734fd04d35bac4187a43a56c616417
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 21 21:29:45 2017 +0000

    fixup subtile typo in d43174a98: reproducible Arch Linux: also do one build 398 days in the future
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_archlinux_pkg.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 1c05911..63a079e 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -333,10 +333,10 @@ else
 	NODE1=$N2
 	NODE2=$N1
 fi
-remote_build ${NODE1}
+remote_build 1 ${NODE1}
 # only do the 2nd build if the 1st produced results
 if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz 2>/dev/null|| true)" ] ; then
-	remote_build ${NODE2}
+	remote_build 2 ${NODE2}
 	cd $TMPDIR/b1/$SRCPACKAGE
 	for ARTIFACT in *.pkg.tar.xz ; do
 		[ -f $ARTIFACT ] || continue

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list