Commit 8d501b47 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible debian: use sid for pkg set links in dashboard

parent 007aeb14
...@@ -451,12 +451,12 @@ create_dashboard_page() { ...@@ -451,12 +451,12 @@ create_dashboard_page() {
for SUITE in $SUITES ; do 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>" write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done done
SUITE="unstable"
if [ "$ARCH" = "amd64" ] ; then if [ "$ARCH" = "amd64" ] ; then
write_meta_pkg_graphs_links write_meta_pkg_graphs_links
fi fi
done done
write_page "</p>" write_page "</p>"
SUITE="unstable"
ARCH="amd64" ARCH="amd64"
# write inventory table # 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>" write_page "<p><table class=\"main\"><tr><th>Various reproducibility statistics</th><th>source based</th><th>amd64</th><th>armhf</th></tr>"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment