[Qa-jenkins-scm] [jenkins.debian.net] 01/02: refactoring: rename another function

Holger Levsen holger at moszumanska.debian.org
Mon Mar 9 19:23:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 49aa8d107be136182fa0ed38d81971f424326596
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 9 20:19:30 2015 +0100

    refactoring: rename another function
---
 bin/reproducible_html_graphs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 3bd7b3a..c763480 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list