From bb2e3d842c1322360631f4cdbb42b87e4cae04ed Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 Nov 2015 19:59:33 +0100 Subject: reproducible: add more links to Reproducible-builds.org --- bin/reproducible_common.py | 1 + bin/reproducible_common.sh | 1 + bin/reproducible_html_packages.py | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 5331d70e..273c8500 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -194,6 +194,7 @@ $links
  • repositories overview
  • dashboard
  • wiki
  • +
  • Reproducible-builds.org
  • """.splitlines(True))) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 19dc39fe..6aa382f7 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -262,6 +262,7 @@ write_page_header() { fi done write_page "
  • wiki
  • " + write_page "
  • Reproducible-builds.org
  • " write_page "" if [ "$1" = "$MAINVIEW" ] ; then LATEST=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id = s.id WHERE r.status IN ('unreproducible') AND s.suite = 'unstable' AND s.architecture = 'amd64' AND s.id NOT IN (SELECT package_id FROM notes) ORDER BY build_date DESC LIMIT 23"|sort -R|head -1) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 8d604f7d..975871fc 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -44,11 +44,12 @@ html_package_page = Template((tab*2).join((""" ${suites_links} -- cgit v1.2.3-54-g00ecf