summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index fbd481b6..8791849b 100644
--- a/TODO
+++ b/TODO
@@ -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>"