Skip to content

Commit d658fc4

Browse files
lsimonsyadvr
authored andcommitted
CLOUDSTACK-7143: attempt to export a vagrant box
1 parent 1821f4e commit d658fc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/appliance/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ function veewee_destroy() {
283283
function veewee_build() {
284284
log INFO "building new image with veewee"
285285
bundle exec veewee vbox build "${appliance_build_name}" ${VEEWEE_BUILD_ARGS}
286-
bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
286+
# vbox export wants to run vbox halt itself, so don't halt!
287+
# bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
288+
bundle exec veewee vbox export "${appliance_build_name}" ${VEEWEE_ARGS}
287289
}
288290

289291
function check_appliance_shutdown() {

0 commit comments

Comments
 (0)