summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-18 17:32:00 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-18 17:32:00 +0200
commita00e946ea58d7349ef006427783db1c58974a7af (patch)
treeb78ea4daff4b25e7c26294a3a5cf9a4a43fa6ad9
parente2226e4acb76a79c562b044ba745239680024bf8 (diff)
downloadjenkins.debian.net-a00e946ea58d7349ef006427783db1c58974a7af.tar.xz
reproducible: fix one amd64'ism
-rwxr-xr-xbin/reproducible_html_dashboards.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index 14811959..7453c465 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