summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-17 19:28:51 +0000
committerHolger Levsen <holger@layer-acht.org>2015-11-18 00:38:50 +0100
commit692a85f26dae7cd2ccd76cde5d8d2c00ff04eac1 (patch)
treee14233b0cc97c7edeba727ceded5ca560ffd83cd /bin/reproducible_common.sh
parentc72b624c167a27d826f2cf7d1a1ff37b0d0558a9 (diff)
downloadjenkins.debian.net-692a85f26dae7cd2ccd76cde5d8d2c00ff04eac1.tar.xz
reproducible: fix link to index_FTBR from index_suite_* pages
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index efe59908..951884cd 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -140,6 +140,7 @@ set_icon() {
reproducible) ICON=weather-clear.png
;;
unreproducible|FTBR) ICON=weather-showers-scattered.png
+ STATE_TARGET_NAME="FTBR"
;;
FTBFS) ICON=weather-storm.png
;;