summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-14 17:10:57 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-14 17:10:57 +0200
commitb9d6c50b134d85fed96cd5a5c087253b01e7541d (patch)
tree608b186b7e67248fcc8f6af5d3c1bc551c697182 /bin/reproducible_html_dashboard.sh
parentfbb9fc3ce85c28aa586814ff1a6c64576ee328ea (diff)
downloadjenkins.debian.net-b9d6c50b134d85fed96cd5a5c087253b01e7541d.tar.xz
reproducible debian: more changes for the /debian/ move to not break other projects
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 fb1d5654..15e6cbde 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -445,7 +445,7 @@ create_suite_arch_stats_page() {
write_meta_pkg_graphs_links
fi
write_page_footer
- publish_page $SUITE
+ publish_page debian/$SUITE
}
write_meta_pkg_graphs_links () {
@@ -558,7 +558,7 @@ create_dashboard_page() {
# the end
write_page_footer
cp $PAGE $DEBIAN_BASE/reproducible.html
- publish_page
+ publish_page debian
}
#
@@ -596,7 +596,7 @@ create_performance_page() {
done
write_page ".</p>"
write_page_footer
- publish_page
+ publish_page debian
}
#
@@ -614,7 +614,7 @@ create_variations_page() {
write_page "<p style=\"clear:both;\">"
write_page "</p>"
write_page_footer
- publish_page
+ publish_page debian
}
#