diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-09 20:19:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-09 20:19:30 +0100 |
commit | 49aa8d107be136182fa0ed38d81971f424326596 (patch) | |
tree | 24423a7ffe045aebe4849312d71d7be14a2368c0 /bin | |
parent | 9fe84bf6d46d8f6bd5c1fa9e2bd222bdf6a70271 (diff) | |
download | jenkins.debian.net-49aa8d107be136182fa0ed38d81971f424326596.tar.xz |
refactoring: rename another function
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 3bd7b3a3..c7634805 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -437,7 +437,7 @@ create_pkg_sets_page() { # # create main stats page # -create_stats_page() { +create_main_stats_page() { VIEW=stats PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." @@ -475,7 +475,7 @@ create_stats_page() { # update_bug_stats update_notes_stats -create_stats_page +create_main_stats_page for SUITE in $SUITES ; do update_suite_stats gather_suite_stats |