From 5edf97483d9e11b611e8e709ebd196fc220fbe76 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 10 Oct 2014 14:16:33 +0200 Subject: reproducible: try harder to fix not-for-us view --- bin/reproducible_stats.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 5e2d7336..2572b961 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -294,7 +294,8 @@ set_icon() { ;; 404) ICON=weather-severe-alert.png ;; - not*) ICON=weather-few-clouds-night.png + not_for_us|"not for us") ICON=weather-few-clouds-night.png + STATE_TARGET_NAME="not_for_us" ;; blacklisted) ICON=error.png ;; @@ -307,7 +308,7 @@ init_navi_frame() { echo "" >> $NAVI echo "Navigation for $1" >> $NAVI echo "
$1 $2" >> $NAVI - set_icon $3 $5 + set_icon "$3" $5 echo "\"${STATE_TARGET_NAME}" >> $NAVI echo "at $4: " >> $NAVI } @@ -428,7 +429,7 @@ write_summary_header() { } write_summary_footer() { - write_summary "

About jenkins.debian.net, about reproducible builds of Debian and overview of reproducible build results on jenkins.d.n. Last update: $(date). Copyright 2014 Holger Levsen, GPL-2 licensed. The weather icons are public domain and have been taken from the Tango Icon Library." + write_summary "


About jenkins.debian.net in general and about reproducible builds of Debian. Last update: $(date). Copyright 2014 Holger Levsen, GPL-2 licensed. The weather icons are public domain and have been taken from the Tango Icon Library." write_summary "

" } -- cgit v1.2.3-70-g09d2