diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-28 14:22:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-28 14:22:19 +0100 |
commit | 12736231480775e6e79bce0a586bb8aafec67d8d (patch) | |
tree | e10957546083cb703043ff366666e574c6b6f5b7 /bin | |
parent | 234f48bcee4010cb76cf77ceab42426d9438ef35 (diff) | |
download | jenkins.debian.net-12736231480775e6e79bce0a586bb8aafec67d8d.tar.xz |
reproducible: remove long done FIXME entry
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index c2349a03..f29e270a 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -519,7 +519,7 @@ create_main_stats_page() { write_page "</table>" # other graphs write_page "<p>" - # FIXME: we don't do 2 / stats_builds_age.png yet :/ (and 6 and 0 are done already) + # do the global stats for i in 3 7 4 5 1 ; do write_page " <a href=\"/userContent/${TABLE[$i]}.png\"><img src=\"/userContent/${TABLE[$i]}.png\" alt=\"${MAINLABEL[$i]}\"></a>" # redo pngs once a day |