[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix syntax error

Holger Levsen holger at moszumanska.debian.org
Mon Aug 31 12:03:55 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 a36e86495081e22cf8eb6f8a23f84df2a2f280b6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 31 14:03:31 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 9326a5c..859285f 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