diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 11:58:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 11:58:05 +0200 |
commit | 1edfffa4ee04eb94eed24e535f2a775516634332 (patch) | |
tree | 1463c3d82264cf4c9aea150d4f31500c37199f63 /bin | |
parent | 299c275c44bfdc329a030ef7725eebf2bf0d5085 (diff) | |
download | jenkins.debian.net-1edfffa4ee04eb94eed24e535f2a775516634332.tar.xz |
reproducible: fix navigation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index af3a2ca2..f9f3fe3c 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -9,7 +9,8 @@ common_init "$@" # common code defining db access . /srv/jenkins/bin/reproducible_common.sh -# temporarily overwrite defaults... + +# overwrite defaults as we need this order here ARCHS="amd64 armhf" VIEW=repositories @@ -28,6 +29,7 @@ write_row() { echo "$1" >> $ROW } +ARCH="amd64" 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>" |