[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix navigation
Holger Levsen
holger at moszumanska.debian.org
Wed Sep 9 09:58:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 1edfffa4ee04eb94eed24e535f2a775516634332
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Sep 9 11:58:05 2015 +0200
reproducible: fix navigation
---
TODO | 1 -
bin/reproducible_html_repository_comparison.sh | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
index fbd481b..8791849 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 af3a2ca..f9f3fe3 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>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list