diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-25 14:50:22 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-25 14:50:22 -0400 |
commit | ac136bc545abdcf6cd4e6f76ceb43bfe92e59711 (patch) | |
tree | 215d39006fd84c0905e77b75677192597dd643ce /bin | |
parent | 26b05288e0c3ccfd45b7e13816c01a0c2b57f159 (diff) | |
download | jenkins.debian.net-ac136bc545abdcf6cd4e6f76ceb43bfe92e59711.tar.xz |
reproducible debian: include i386 in repository comparison
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 2745e824..1c46bc8b 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Holger Levsen <holger@layer-acht.org> +# Copyright 2015-2016 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 DEBUG=false @@ -11,7 +11,7 @@ common_init "$@" . /srv/jenkins/bin/reproducible_common.sh # overwrite defaults as we need this order here -ARCHS="amd64 armhf" +ARCHS="amd64 i386 armhf" VIEW=repositories PAGE=index_${VIEW}.html |