summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-12 16:01:28 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-12 16:01:28 +0100
commit6db090c7be65019a9541b587229c734f6706ccae (patch)
tree913538197e9c2141989d61a67107d76e620a8870 /bin/reproducible_html_rpms.sh
parent5c4d59eb290df42aa7ee063fa31b83b2ae9ba8b4 (diff)
downloadjenkins.debian.net-6db090c7be65019a9541b587229c734f6706ccae.tar.xz
reproducible archlinux|fedora rpms: sort 404 and depwait first, these are even worse then ftbfs
Diffstat (limited to 'bin/reproducible_html_rpms.sh')
-rwxr-xr-xbin/reproducible_html_rpms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index 4dc4a704..21e50163 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