Updated Branches: refs/heads/master cc2a3c549 -> c97653b42
systemvmtemplate: Clean any old vm before building appliance Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c97653b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c97653b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c97653b4 Branch: refs/heads/master Commit: c97653b42ecb5741fefa3ce45477744c223f6806 Parents: cc2a3c5 Author: Rohit Yadav <[email protected]> Authored: Mon Feb 18 21:32:30 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Feb 18 21:33:15 2013 +0530 ---------------------------------------------------------------------- tools/appliance/build.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c97653b4/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index ef3e384..e504d9c 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -25,7 +25,8 @@ rootdir=$PWD # Initialize veewee and dependencies bundle -# Start building the appliance +# Clean and start building the appliance +veewee vbox destroy $appliance veewee vbox build $appliance --nogui veewee vbox halt $appliance
