From 6db090c7be65019a9541b587229c734f6706ccae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 12 Dec 2015 16:01:28 +0100 Subject: 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 089891e3..d17255a0 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 " " write_page " " -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 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 "
repositorysource packagetest resulttest date1st build log2nd build log
" write_page " " -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 -- cgit v1.2.3-54-g00ecf
source packagetest resulttest date1st build log2nd build log