summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-14 19:25:51 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-14 19:25:51 +0200
commit7871b3fb126d13cacc4d0c91844f0e5846cb0357 (patch)
tree64928ff67c60ec33a3bab68c355b6b269463198a /bin/reproducible_html_dashboard.sh
parentef3d7489cd2705de1ff9509f4ba116f43375578a (diff)
downloadjenkins.debian.net-7871b3fb126d13cacc4d0c91844f0e5846cb0357.tar.xz
reproducible debian: mark active page in navigation (misses the .py part)
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 6a7b01e8..b0b0768a 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -373,8 +373,8 @@ write_suite_arch_table() {
# create suite stats page
#
create_suite_arch_stats_page() {
- VIEW=suite_${ARCH}_stats
- PAGE=index_${VIEW}.html
+ VIEW=suite_arch_stats
+ PAGE=index_suite_${ARCH}_stats.html
MAINLABEL[0]="Reproducibility status for packages in '$SUITE' for '$ARCH'"
MAINLABEL[2]="Age in days of oldest reproducible build result in '$SUITE' for '$ARCH'"
echo "$(date -u) - starting to write $PAGE page."