[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible archlinux|fedora rpms: sort 404 and depwait first, these are even worse then ftbfs

Holger Levsen holger at moszumanska.debian.org
Sat Dec 12 15:01:51 UTC 2015


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 6db090c7be65019a9541b587229c734f6706ccae
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 12 16:01:28 2015 +0100

    reproducible archlinux|fedora rpms: sort 404 and depwait first, these are even worse then ftbfs
---
 bin/reproducible_html_archlinux.sh | 2 +-
 bin/reproducible_html_rpms.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 089891e..d17255a 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -158,7 +158,7 @@ cat $HTML_REPOSTATS >> $PAGE
 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>"
-for i in $HTML_UNKNOWN $HTML_FTBFS $HTML_DEPWAIT $HTML_404 $HTML_FTBR $HTML_GOOD ; do
+for i in $HTML_UNKNOWN $HTML_404 $HTML_DEPWAIT $HTML_FTBFS $HTML_FTBR $HTML_GOOD ; do
 	cat $i >> $PAGE
 	rm $i > /dev/null
 done
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index 4dc4a70..21e5016 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -135,7 +135,7 @@ cat $HTML_RPM_STATS >> $PAGE
 rm $HTML_RPM_STATS > /dev/null
 write_page "    </table>"
 write_page "    <table><tr><th>source package</th><th>test result</th><th>test date</th><th>1st build log</th><th>2nd build log</th></tr>"
-for i in $HTML_UNKNOWN $HTML_FTBFS $HTML_DEPWAIT $HTML_404 $HTML_FTBR $HTML_GOOD ; do
+for i in $HTML_UNKNOWN $HTML_404 $HTML_DEPWAIT $HTML_FTBFS $HTML_FTBR $HTML_GOOD ; do
 	cat $i >> $PAGE
 	rm $i > /dev/null
 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