diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 11:36:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 11:36:28 +0200 |
commit | dd3cb27d44fb53b96ac6c4046aa6cd6ff81753e8 (patch) | |
tree | 097ee1f0dbfbd6cd27a9ad51859eaee028535347 /bin/reproducible_netbsd.sh | |
parent | 40b6833493a340f8162e03623e72e09561031c7c (diff) | |
download | jenkins.debian.net-dd3cb27d44fb53b96ac6c4046aa6cd6ff81753e8.tar.xz |
reproducible netbsd: add xen architecture
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-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 1d821243..4dbcafbe 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" +ARCHS="sparc64 xen" cleanup_tmpdirs() { cd |