summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-07 03:32:45 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-07 03:32:45 +0200
commit024a67be2cfea7c7ae5872d5093229c0757d92a1 (patch)
tree950f92ed0bee58967721dc53c275f179e7f86998 /bin/reproducible_html_dashboard.sh
parentfbb52434d0143a6cc2b8b291147e0d7cf40bb6b4 (diff)
downloadjenkins.debian.net-024a67be2cfea7c7ae5872d5093229c0757d92a1.tar.xz
reproducible: use dashboard consistantly
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh8
1 files changed, 4 insertions, 4 deletions
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