[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: better ignore unclear versions
Holger Levsen
holger at layer-acht.org
Sun Dec 3 12:50:47 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 5721820d61fa27ab02bfa94b9472efa187e06ce3
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Dec 3 12:48:28 2017 +0000
reproducible Arch Linux: better ignore unclear versions
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_archlinux.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 7d8faa9..547d9be 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -75,7 +75,9 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
ARTIFACT="$(ls $ARCHLINUX_PKG_PATH/*.pkg.tar.xz.html 2>/dev/null)"
VERSION=$( basename $ARTIFACT | sed -s "s#$PKG-##" | sed -E -s "s#-(x86_64|any).pkg.tar.xz.html##" )
else
- VERSION="undetermined"
+ echo "$(date -u ) - cannot determine state of $PKG from '$REPOSITORY', please check $ARCHLINUX_PKG_PATH yourself."
+ continue
+ #VERSION="undetermined"
fi
echo " <td>$VERSION</td>" >> $HTML_BUFFER
echo $VERSION > $ARCHLINUX_PKG_PATH/pkg.version
--
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