diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 22:07:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 22:07:51 +0200 |
commit | 7e0d0c1258190c9b2f3a852d7a8f3054e7175df0 (patch) | |
tree | c833246a9e3e280d67e38f298990b8f6ea6f43fa | |
parent | 48980c81d8d2ec5f6f79372dbe19e0666168f61d (diff) | |
download | jenkins.debian.net-7e0d0c1258190c9b2f3a852d7a8f3054e7175df0.tar.xz |
reproducible netbsd: try with only 'amiga'...
-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 02331db4..5669a6bf 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 amiga" +ARCHS="amiga" cleanup_tmpdirs() { cd |