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 | |
parent | 299c275c44bfdc329a030ef7725eebf2bf0d5085 (diff) | |
download | jenkins.debian.net-1edfffa4ee04eb94eed24e535f2a775516634332.tar.xz |
reproducible: fix navigation
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -171,7 +171,6 @@ properties: * higher prio: ** build.sh: handle_unhandled() needs to unregister the build from the db too -** regression: navigation in index_repositories.html is completly broken ** explain status in plain english on each coreboot/openwrt/netbsd/freebsd page, also on the Debian dashboard plus add an "executive summary about reproducible builds in the free software world" *** get the content for "<h2>status of $1</h2>" from notes.git/friends.yaml or such ** use disorderfs (atm its disabled) 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>" |