commit 8b2c44aa756ab67b45366676d0200f1ba3b1a2f9
Author: Georg Koppen <gk(a)torproject.org>
Date: Mon Feb 24 13:37:25 2014 +0000
Bug 10558: Fix bug in LXC VM creation process.
---
gitian/make-vms.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gitian/make-vms.sh b/gitian/make-vms.sh
index d4902ce..a3b43b5 100755
--- a/gitian/make-vms.sh
+++ b/gitian/make-vms.sh
@@ -29,11 +29,13 @@ build_and_test_vm() {
then
if [ "z$USE_LXC" = "z1" ];
then
+ export LXC_SUITE=$dist
+ export LXC_ARCH=$arch
./bin/make-base-vm --suite $dist --lxc --arch $arch
else
./bin/make-base-vm --suite $dist --arch $arch
fi
-
+
make-clean-vm --suite $dist --arch $arch
if [ $? -ne 0 ];
then