Repository: cloudstack Updated Branches: refs/heads/master c2330f48d -> 6b6ce5d07
appliance: don't fail is bak is not found Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6b6ce5d0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6b6ce5d0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6b6ce5d0 Branch: refs/heads/master Commit: 6b6ce5d074d97ae89bf8d438733cc77729742216 Parents: c2330f4 Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 18:27:19 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 18:27:19 2015 +0530 ---------------------------------------------------------------------- tools/appliance/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b6ce5d0/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 24c90b6..d298090 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -397,7 +397,7 @@ function xen_server_export() { vboxmanage internalcommands converttoraw -format vdi "${hdd_path}" img.raw vhd-util convert -s 0 -t 1 -i img.raw -o stagefixed.vhd faketime '2010-01-01' vhd-util convert -s 1 -t 2 -i stagefixed.vhd -o "${appliance_build_name}-xen.vhd" - rm *.bak + rm -f *.bak bzip2 "${appliance_build_name}-xen.vhd" mv "${appliance_build_name}-xen.vhd.bz2" dist/ log INFO "${appliance} exported for XenServer: dist/${appliance_build_name}-xen.vhd.bz2"
