[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: ignore missing pkg.html files
Holger Levsen
holger at layer-acht.org
Sun Dec 3 13:53:29 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 6250b96b8fe3dacae074c2ea25823c25560b3719
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Dec 3 13:53:21 2017 +0000
reproducible Arch Linux: ignore missing pkg.html files
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 547d9be..8b86977 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -343,7 +343,7 @@ write_page " <table><tr><th>repository</th><th>source package</th><th>version
# output all HTML snipplets
for i in UNKNOWN $(for j in $MEMBERS_404 ; do echo 404_$j ; done) $(for j in $MEMBERS_DEPWAIT ; do echo DEPWAIT_$j ; done) $(for j in $MEMBERS_FTBFS ; do echo FTBFS_$j ; done) $(for j in $MEMBERS_FTBR ; do echo FTBR_$j ; done) GOOD ; do
for REPOSITORY in $ARCHLINUX_REPOS ; do
- grep -l $i $REPOSITORY/*/pkg.state | sort -u | sed -s 's#\.state$#.html#g' | xargs -r cat >> $PAGE
+ grep -l $i $REPOSITORY/*/pkg.state | sort -u | sed -s 's#\.state$#.html#g' | xargs -r cat >> $PAGE || true
done
done
write_page " </table>"
--
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