[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: fixup syntax error

Holger Levsen holger at layer-acht.org
Fri Dec 1 00:11:51 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 6e434ef4e8cb30e21e50efc0b7a551e724c04696
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 1 00:11:37 2017 +0000

    reproducible Arch Linux: fixup syntax error
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_archlinux.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 3c70560..ce23ee3 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -61,7 +61,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
 				if [ -f $ARCHLINUX_PKG_PATH/build2.log ] ; then
 					if [ ! -f $ARCHLINUX_PKG_PATH/build2.version ] ; then
 						echo "$(date -u )   - $ARCHLINUX_PKG_PATH/build2.version does not exist and should probably just be deleted. Please investigate."
-					elif [ ! diff -q $ARCHLINUX_PKG_PATH/build1.version $ARCHLINUX_PKG_PATH/build2.version ] ; then
+					elif ! diff -q $ARCHLINUX_PKG_PATH/build1.version $ARCHLINUX_PKG_PATH/build2.version ; then
 						echo "$(date -u )   - $ARCHLINUX_PKG_PATH/build1.version and $ARCHLINUX_PKG_PATH/build2.version differ, this should not happen. Please tell h01ger."
 						VERSION="$VERSION or $(cat $ARCHLINUX_PKG_PATH/build2.version)"
 					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