[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix one amd64'ism

Holger Levsen holger at moszumanska.debian.org
Tue Aug 18 15:33:35 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 a00e946ea58d7349ef006427783db1c58974a7af
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Aug 18 17:32:00 2015 +0200

    reproducible: fix one amd64'ism
---
 bin/reproducible_html_dashboards.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index 1481195..7453c46 100755
--- a/bin/reproducible_html_dashboards.sh
+++ b/bin/reproducible_html_dashboards.sh
@@ -276,7 +276,7 @@ create_suite_stats_page() {
 	fi
 	set_icon not_for_us
 	write_icon
-	write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64' will not be build here"
+	write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH' nor 'any-$ARCH' will not be build here"
 	write_page "and those "
 	set_icon blacklisted
 	write_icon

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