[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup ff9e8d09: reproducible Arch Linux: refactoring, drop lots of (now) useless code

Holger Levsen holger at layer-acht.org
Tue Nov 28 11:47:25 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 3c6db3bc051b273102f4d40a2064e62f5c8bd1d0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 28 11:46:29 2017 +0000

    fixup ff9e8d09: reproducible Arch Linux: refactoring, drop lots of (now) useless code
    
    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 379245d..85c3c9e 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -252,7 +252,7 @@ rm $HTML_REPOSTATS > /dev/null
 write_page "    </table>"
 write_page "    <table><tr><th>repository</th><th>source package</th><th>test result</th><th>test date</th><th>1st build log</th><th>2nd build log</th></tr>"
 # 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 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
 	done

-- 
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