diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 15:41:10 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 15:41:10 +0100 |
commit | f11f8d44ba5a276e5c0bdcb7c1da8b731e48adcd (patch) | |
tree | e1f6f17c2513ebbfe9d4417abdc733d1e75c07e6 /bin | |
parent | 04cb6e8f06bee56d966d86dd4a7f3a62b1b62c4d (diff) | |
download | jenkins.debian.net-f11f8d44ba5a276e5c0bdcb7c1da8b731e48adcd.tar.xz |
reproducible: also include the newly generated stats into the graph
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 ec9011c0..d252e8e5 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -177,7 +177,7 @@ write_icon write_page "$COUNT_BLACKLISTED blacklisted packages neither.</p>" write_page "<p>" # FIXME: we don't do 2 / stats_builds_age.png yet :/ (also see above) -for i in 0 1 3 ; do +for i in 0 4 3 1 ; do if [ "$i" = "3" ] ; then write_usertag_table fi |