diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 15:13:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 15:13:04 +0200 |
commit | 774dc927c7e6d6170d12595ca9703996f2f5dfd3 (patch) | |
tree | 2da4574dbef8b2f8fdfe93fdb8b21cfbba28db8c | |
parent | 03ff0a240ac1b13fc2a0a4a1c16adec91adc0c56 (diff) | |
download | jenkins.debian.net-774dc927c7e6d6170d12595ca9703996f2f5dfd3.tar.xz |
reproducible netbsd: s#amd64#i386# architecture
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 01becf3a..31cc326a 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for these architectures -ARCHS="sparc64 amd64" +ARCHS="sparc64 i386" cleanup_tmpdirs() { cd |