You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/01/28 13:57:39 UTC

git commit: updated refs/heads/master to 6b6ce5d

Repository: cloudstack
Updated Branches:
  refs/heads/master c2330f48d -> 6b6ce5d07


appliance: don't fail is bak is not found

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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 <ro...@shapeblue.com>
Authored: Wed Jan 28 18:27:19 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
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"