diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-06 14:52:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-06 14:52:54 +0200 |
commit | b29ea5fded8d4838a063a5472f38020f6aa27363 (patch) | |
tree | 2f80957009d097a9b227d6e3b23478fd410335b6 | |
parent | 1287f51f97361b3970cb85ac13003892022799b5 (diff) | |
download | jenkins.debian.net-b29ea5fded8d4838a063a5472f38020f6aa27363.tar.xz |
reproducible: we really need DEFAULTSUITE but i'm too lazy now
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 09b09f7d..c08b6336 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -682,5 +682,6 @@ for SUITE in $SUITES ; do update_meta_pkg_stats create_pkg_sets_pages done +SUITE="unstable" create_main_stats_page |