From 37bc59a5cf684554557fac0d88eee890ea5315bf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 12:49:21 +0100 Subject: reproducible: update new mainview correctly, include info header als in suite_stats pages --- bin/reproducible_common.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index bc7f424e..1f90ca05 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -140,10 +140,10 @@ write_page_header() { write_page "" write_page "$2" write_page "

$2

" - if [ "$1" = "$MAINVIEW" ] ; then + if [ "$1" = "$MAINVIEW" ] || [ "$1" = "suite_stats" ] ; then write_page "

These pages contain results obtained from several jobs running on jenkins.debian.net. Thanks to Profitbricks for donating the virtual machine this is running on!

" fi - if [ "${1:0:3}" = "all" ] || [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then + if [ "${1:0:3}" = "all" ] || [ "$1" = "dd-list" ] || [ "$1" = "stats" ] || [ "$1" = "suite_stats" ] ; then write_page "

$COUNT_TOTAL packages have been attempted to be build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently. Out of these, $COUNT_GOOD packages ($PERCENT_GOOD%) could be built reproducible!" write_page " Join #debian-reproducible on OFTC to get support for making sure your packages build reproducibly too!" write_page "

" @@ -196,12 +196,12 @@ write_page_meta_sign() { publish_page() { if [ "$1" = "" ] ; then + if [ "$VIEW" = "$MAINVIEW" ] ; then + cp $PAGE /var/lib/jenkins/userContent/reproducible.html + fi TARGET=$PAGE else TARGET=$1/$PAGE - if [ "$1" = "sid" ] && [ "$VIEW" = "$MAINVIEW" ] ; then - cp $PAGE /var/lib/jenkins/userContent/reproducible.html - fi fi cp $PAGE /var/lib/jenkins/userContent/$TARGET rm $PAGE -- cgit v1.2.3-70-g09d2