[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix syntax error
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 31 12:00:09 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 f3593aa77100824960eee4b880dbcdd96832ba18
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 31 13:59:40 2015 +0200
reproducible: fix syntax error
---
bin/reproducible_build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 598aaba..9326a5c 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -606,8 +606,8 @@ elif [ "$2" != "" ] ; then
PORT1="$(echo $1 | cut -d ':' -f2)"
PORT2="$(echo $2 | cut -d ':' -f2)"
# if no port is given, assume 22
- if [ "$NODE1" = "${PORT1}.debian.net" ] ; then PORT1 = 22 ; fi
- if [ "$NODE2" = "${PORT2}.debian.net" ] ; then PORT2 = 22 ; fi
+ if [ "$NODE1" = "${PORT1}.debian.net" ] ; then PORT1= 22 ; fi
+ if [ "$NODE2" = "${PORT2}.debian.net" ] ; then PORT2= 22 ; fi
# overwrite ARCH for remote builds
for i in $ARCHS ; do
# try to match ARCH in nodenames
--
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