diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-02 15:08:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-02 15:08:10 +0200 |
commit | 1da9439aa434b909e48c59df3309cd3049df332b (patch) | |
tree | 845ae8c0c2bd696e76a961b11f3c035c6e141b22 /bin | |
parent | 61d8b6a0d78d8732771def24dc0d7af9edaba7e7 (diff) | |
download | jenkins.debian.net-1da9439aa434b909e48c59df3309cd3049df332b.tar.xz |
reproducible: actually include armhf in repo comparison
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 5364b221..ddec1899 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -9,6 +9,8 @@ common_init "$@" # common code defining db access . /srv/jenkins/bin/reproducible_common.sh +# FIXME:temporarily overwrite default: +ARCHS="amd64 armhf" VIEW=repositories PAGE=index_${VIEW}.html |