[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: fixup b25358bb, fix typo

Holger Levsen holger at layer-acht.org
Wed Nov 29 20:05:04 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 cee0737cf9e589ce5b1abe1312ac0dc629898234
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 29 20:04:57 2017 +0000

    reproducible Arch Linux: fixup b25358bb, fix typo
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_archlinux.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index bde99f5..64ed4df 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -217,7 +217,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
 	#
 	# write csv file for $REPO
 	#
-	if ! grep -q $DATE $ARCHBASE/$REPO.csv then
+	if ! grep -q $DATE $ARCHBASE/$REPO.csv ; then
 		echo $DATE,$NR_GOOD,$NR_FTBR,$NR_FTBFS,$NR_DEPWAIT,$NR_404,$NR_UNKNOWN >> $ARCHBASE/$REPO.csv
 	fi
 	#
@@ -256,7 +256,7 @@ echo "     </tr>" >> $HTML_REPOSTATS
 #
 # write csv file for totals
 #
-if ! grep -q $DATE $ARCHBASE/archlinux.csv then
+if ! grep -q $DATE $ARCHBASE/archlinux.csv ; then
 	echo,$DATE,$ARCHLINUX_NR_GOOD,$ARCHLINUX_NR_FTBR,$ARCHLINUX_NR_FTBFS,$ARCHLINUX_NR_DEPWAIT,$ARCHLINUX_NR_404,$ARCHLINUX_NR_UNKNOWN >> $ARCHBASE/archlinux.csv
 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