[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: try to fixup 16a07e875a58
Holger Levsen
holger at layer-acht.org
Wed Nov 29 15:43:00 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 2a65be5f7f11b2504074158d8d32182dc3e7219e
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 29 15:42:48 2017 +0000
reproducible Arch Linux: try to fixup 16a07e875a58
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 a9cd1fd..4f9398f 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -52,7 +52,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
echo " <tr>" >> $HTML_BUFFER
echo " <td>$REPOSITORY</td>" >> $HTML_BUFFER
echo " <td>$PKG</td>" >> $HTML_BUFFER
- if [ $(ls "$ARCHLINUX_PKG_PATH/*.pkg.tar.xz.html" 2>/dev/null | wc -l) -eq 1 ] ; then
+ if [ $(ls $ARCHLINUX_PKG_PATH/*.pkg.tar.xz.html 2>/dev/null | wc -l) -eq 1 ] ; then
# only determine version if there is exactly one artifact...
# else it's too error prone and in future the version will
# be determined during build anyway...
--
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