diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-17 19:28:51 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-18 00:38:50 +0100 |
commit | 692a85f26dae7cd2ccd76cde5d8d2c00ff04eac1 (patch) | |
tree | e14233b0cc97c7edeba727ceded5ca560ffd83cd /bin | |
parent | c72b624c167a27d826f2cf7d1a1ff37b0d0558a9 (diff) | |
download | jenkins.debian.net-692a85f26dae7cd2ccd76cde5d8d2c00ff04eac1.tar.xz |
reproducible: fix link to index_FTBR from index_suite_* pages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 1 |
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 ;; |