diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 13:09:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 13:09:48 +0200 |
commit | 0276739246a01b782129494a3bc07603bdbbc253 (patch) | |
tree | 701b16ef690b9ad8e48f5ede69021ab15ba70d4c | |
parent | be7db48f249ac89f44435f4cc16c76c2084ac2de (diff) | |
download | jenkins.debian.net-0276739246a01b782129494a3bc07603bdbbc253.tar.xz |
reproducible netbsd: s#xen#amd64# 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 4dbcafbe..01becf3a 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 xen" +ARCHS="sparc64 amd64" cleanup_tmpdirs() { cd |