[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fixup

Holger Levsen holger at moszumanska.debian.org
Wed Aug 19 21:57:52 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 d91fd954c9b337141711abb75e736012c0e715b7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Aug 19 23:57:45 2015 +0200

    reproducible fixup
---
 bin/reproducible_common.py | 4 ++--
 bin/reproducible_common.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index e65ed4d..0a5d738 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -272,9 +272,9 @@ def _gen_links(suite, arch):
     for i in SUITES:  # suite links
             html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
     if arch == 'amd64':
-            html += '<li><a href="/unstable/index_suite_armhf.html\">armhf</a></li>'
+            html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>'
     else
-            html += '<li><a href="/unstable/index_suite_amd64.html\">amd64</a></li>'
+            html += '<li><a href="/unstable/index_suite_amd64_stats.html\">amd64</a></li>'
     return html
 
 
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 234754c..b84a466 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -227,10 +227,10 @@ write_page_header() {
 		elif [ "$TARGET" = "notify" ] ; then
 			write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${SPOKEN_TARGET}</a></li>"
 		elif [ "$TARGET" = "arch" ] ; then
-			if [ "$ARCH" ] = "amd64" ; then
-				write_page "<li><a href=\"/unstable/index_suite_armhf.html\">armhf</a></li>"
+			if [ "$ARCH"  = "amd64" ] ; then
+				write_page "<li><a href=\"/unstable/index_suite_armhf_stats.html\">armhf</a></li>"
 			else
-				write_page "<li><a href=\"/unstable/index_suite_amd64.html\">amd64</a></li>"
+				write_page "<li><a href=\"/unstable/index_suite_amd64_stats.html\">amd64</a></li>"
 			fi
 		else
 			write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>"

-- 
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