[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: correctly link index_suite_$ARCH_stats
Holger Levsen
holger at moszumanska.debian.org
Wed Aug 26 08:16:10 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 249fce35cc4fa1f46634a1913accfe095a984dab
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 26 10:14:25 2015 +0200
reproducible: correctly link index_suite_$ARCH_stats
---
bin/reproducible_common.py | 2 +-
bin/reproducible_common.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index b6ba167..fd72771 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -273,7 +273,7 @@ def _gen_links(suite, arch):
for i in SUITES: # suite links
if arch == 'armhf' and i != 'unstable':
continue
- html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
+ html += '<li><a href="/' + i + 'index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
if arch == 'amd64':
html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>'
else:
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 43414e4..d97da61 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -222,7 +222,7 @@ write_page_header() {
# only unstable is tested on armhf atm
continue
fi
- write_page "<li><a href=\"/$i/$ARCH\">suite: $i</a></li>"
+ write_page "<li><a href=\"/$i/index_suite_${ARCH}_stats.html\">suite: $i</a></li>"
done
elif [ "$TARGET" = "notify" ] ; then
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${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