summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-08 12:11:24 +0100
committerHolger Levsen <holger@layer-acht.org>2016-03-08 12:11:24 +0100
commit8d501b472cfb5042a528e0feb6f29b9ac71e73ae (patch)
tree4ef8df172a27df33dc92f076aa7d71ad92ccafd5 /bin
parent007aeb1437e55887eb67453836745e7a3db8735d (diff)
downloadjenkins.debian.net-8d501b472cfb5042a528e0feb6f29b9ac71e73ae.tar.xz
reproducible debian: use sid for pkg set links in dashboard
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 8488b5be..508223cc 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -451,12 +451,12 @@ create_dashboard_page() {
for SUITE in $SUITES ; do
write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
+ SUITE="unstable"
if [ "$ARCH" = "amd64" ] ; then
write_meta_pkg_graphs_links
fi
done
write_page "</p>"
- SUITE="unstable"
ARCH="amd64"
# write inventory table
write_page "<p><table class=\"main\"><tr><th>Various reproducibility statistics</th><th>source based</th><th>amd64</th><th>armhf</th></tr>"