diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-08 12:11:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-08 12:11:24 +0100 |
commit | 8d501b472cfb5042a528e0feb6f29b9ac71e73ae (patch) | |
tree | 4ef8df172a27df33dc92f076aa7d71ad92ccafd5 /bin | |
parent | 007aeb1437e55887eb67453836745e7a3db8735d (diff) | |
download | jenkins.debian.net-8d501b472cfb5042a528e0feb6f29b9ac71e73ae.tar.xz |
reproducible debian: use sid for pkg set links in dashboard
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
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>" |