diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 12:52:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 12:52:49 +0200 |
commit | d449a892a044c3c4bef255841074464055cbabf0 (patch) | |
tree | 00beee6f1e2039257b1d066d441fe3a9b3336f6d | |
parent | bbca488bdbf3343b829adfe35dd2678af8a73c85 (diff) | |
download | jenkins.debian.net-d449a892a044c3c4bef255841074464055cbabf0.tar.xz |
reproducible: really fix navigation
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index f9f3fe3c..d2a519c0 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -30,6 +30,7 @@ write_row() { } ARCH="amd64" +SUITE="unstable" echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Comparison between the reproducible builds apt repository and regular Debian suites" write_page "<p>These source packages are different from unstable in our apt repository on alioth. They are available for <a href=\"https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example\">testing using these sources.lists</a> entries:<pre>" |