[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 0d38021a: reproducible Arch Linux: deal with missing build2.version
Holger Levsen
holger at layer-acht.org
Thu Nov 30 23:20: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 c9d94126f03e233cf586ad10dd953b25eabcb622
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 30 23:20:36 2017 +0000
fixup 0d38021a: reproducible Arch Linux: deal with missing build2.version
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 dddbde1..cbb7613 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