diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-18 17:32:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-18 17:32:00 +0200 |
commit | a00e946ea58d7349ef006427783db1c58974a7af (patch) | |
tree | b78ea4daff4b25e7c26294a3a5cf9a4a43fa6ad9 /bin | |
parent | e2226e4acb76a79c562b044ba745239680024bf8 (diff) | |
download | jenkins.debian.net-a00e946ea58d7349ef006427783db1c58974a7af.tar.xz |
reproducible: fix one amd64'ism
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
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 |