[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo and add domainname
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 30 16:02:37 UTC 2015
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 9b409fff05e58cc0c83fe2250b30287fc0648fd6
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 30 18:02:08 2015 +0200
reproducible: fix typo and add domainname
---
bin/reproducible_build.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 6f8671d..7852bb4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -576,13 +576,13 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
exit 0
elif [ "$2" != "" ] ; then
MODE="ng"
- NODE1="$1"
- NODE2="$2"
+ NODE1="$1.debian.net"
+ NODE2="$2.debian.net"
# overwrite ARCH for remote builds
for i in $ARCHS ; do
# try to match ARCH in nodenames
if [[ "$NODE1" =~ .*-$i.* ]] ; then
- ARCH=i
+ ARCH=$i
fi
done
if [ -z "$ARCH" ] ; then
--
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