You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/22 21:44:36 UTC

[37/50] git commit: updated refs/heads/master to 1290e10

CLOUDSTACK-7143: attempt to export a vagrant box


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d658fc46
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d658fc46
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d658fc46

Branch: refs/heads/master
Commit: d658fc4637becee12267f670ee97b429e05fd655
Parents: 1821f4e
Author: Leo Simons <ls...@schubergphilis.com>
Authored: Wed Jul 23 17:34:26 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Sep 22 21:38:16 2014 +0200

----------------------------------------------------------------------
 tools/appliance/build.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d658fc46/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index d315b43..b0bea41 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -283,7 +283,9 @@ function veewee_destroy() {
 function veewee_build() {
   log INFO "building new image with veewee"
   bundle exec veewee vbox build "${appliance_build_name}" ${VEEWEE_BUILD_ARGS}
-  bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
+  # vbox export wants to run vbox halt itself, so don't halt!
+  # bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
+  bundle exec veewee vbox export "${appliance_build_name}" ${VEEWEE_ARGS}
 }
 
 function check_appliance_shutdown() {