[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Bug 10558: Fix bug in LXC VM creation process.
commit 8b2c44aa756ab67b45366676d0200f1ba3b1a2f9
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits