Repository: cloudstack Updated Branches: refs/heads/4.3 61563d71e -> 5822132bc
appliance: fix systemvm build 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/5822132b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5822132b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5822132b Branch: refs/heads/4.3 Commit: 5822132bc11b868eb663a556b6301848311c128a Parents: 61563d7 Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 18:14:46 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 18:14:46 2015 +0530 ---------------------------------------------------------------------- tools/appliance/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5822132b/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index e11bf20..dfc4467 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -75,7 +75,7 @@ which faketime >/dev/null 2>&1 && which vhd-util >/dev/null 2>&1 if [ $? == 0 ]; then set -e vboxmanage internalcommands converttoraw -format vdi "$hdd_path" img.raw - faketime '2010-01-01' vhd-util convert -s 0 -t 1 -i img.raw -o stagefixed.vhd + 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_date-$branch-xen.vhd rm -f *.bak bzip2 $appliance-$build_date-$branch-xen.vhd
