From 024a67be2cfea7c7ae5872d5093229c0757d92a1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 7 Oct 2015 03:32:45 +0200 Subject: reproducible: use dashboard consistantly --- bin/reproducible_html_dashboard.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 6f22e911..be9064b2 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -358,10 +358,10 @@ create_suite_arch_stats_page() { } # -# create main stats page +# create dashboard page # -create_main_stats_page() { - VIEW=stats +create_dashboard_page() { + VIEW=dashboard PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of various statistics about reproducible builds" @@ -484,5 +484,5 @@ for ARCH in ${ARCHS} ; do done ARCH="amd64" SUITE="unstable" -create_main_stats_page +create_dashboard_page -- cgit v1.2.3-70-g09d2