Updated Branches: refs/heads/master bf26efc55 -> 5d24843ef
Proper cleanup before the next build of the systemvm Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5d24843e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5d24843e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5d24843e Branch: refs/heads/master Commit: 5d24843ef59b4d28a9a81ade4510c44b2a048b06 Parents: bf26efc Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Thu Jan 16 16:03:56 2014 +0100 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Thu Jan 16 16:03:56 2014 +0100 ---------------------------------------------------------------------- tools/appliance/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5d24843e/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index e52208c..a35aa64 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -60,7 +60,7 @@ done vboxmanage modifyhd $hdd_uuid --compact # Start exporting -rm -fr dist *.ova *.vhd *.vdi *.qcow* *.bz2 +rm -fr dist *.ova *.vhd *.vdi *.qcow* *.bz2 *.vmdk *.ovf mkdir dist # Export for Xen