[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix suite stats the ugly way...
Holger Levsen
holger at moszumanska.debian.org
Tue Aug 18 15:44: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 e75c383c8d91523b435307fe16df091c107be7eb
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 18 17:43:22 2015 +0200
reproducible: fix suite stats the ugly way...
---
bin/reproducible_common.sh | 2 +-
bin/reproducible_html_indexes.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ad74b6f..0019a8a 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -40,7 +40,7 @@ JENKINS_URL=${JENKINS_URL:0:-1}
# suites being tested
SUITES="testing unstable experimental"
# architectures being tested
-ARCHS="amd64 armhf"
+ARCHS="armhf amd64"
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 3e0cae3..b592544 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -136,7 +136,7 @@ pages = {
]
},
'not_for_us': {
- 'title': 'Packages in {suite}/{arch} which should not be build on "amd64"',
+ 'title': 'Packages in {suite}/{arch} which should not be build on "{arch}"',
'body': [
{
'icon_status': 'not_for_us',
--
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