mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-7143: attempt to export a vagrant box
This commit is contained in:
parent
1821f4ec06
commit
d658fc4637
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user