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

Holger Levsen holger at moszumanska.debian.org
Wed Oct 7 01:59:05 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 178ec17624dc605d58a58519d92875b93c064dbb
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Oct 7 03:58:24 2015 +0200

    reproducible: fix typo syntax error
---
 bin/reproducible_common.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ef21e23..5d89649 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -574,10 +574,10 @@ create_png_from_table() {
 	elif [ $1 -eq 7 ] ; then
 		sqlite3 -init ${INIT} -csv ${PACKAGES_DB} "SELECT datum, $SUM_DONE, $SUM_OPEN from ${TABLE[3]} ORDER BY datum" >> ${TABLE[$1]}.csv
 	elif [ $1 -eq 8 ] ; then
-		if [ "$ARCH" = "amd64" ] && [ "SUITE" = "testing" ]
+		if [ "$ARCH" = "amd64" ] && [ "SUITE" = "testing" ] ; then
 			# testing/amd64 was only build since...
 			WHERE2_EXTRA="WHERE s.datum >= '2015-03-08'"
-		elif [ "$ARCH" = "amd64" ] && [ "SUITE" = "experimental" ]
+		elif [ "$ARCH" = "amd64" ] && [ "SUITE" = "experimental" ] ; then
 			# experimental/amd64 was only build since...
 			WHERE2_EXTRA="WHERE s.datum >= '2015-02-28'"
 		fi

-- 
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