Repository: cloudstack Updated Branches: refs/heads/4.2 ee0254352 -> d6d5ca0ef
CLOUDSTACK-6416: fixed postinstall.sh script to fetch cloudstack snapshot from appropriate branch. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6d5ca0e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6d5ca0e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6d5ca0e Branch: refs/heads/4.2 Commit: d6d5ca0ef7dc10d25d8c6c5312232caf06895d47 Parents: ee02543 Author: SrikanteswaraRao Talluri <[email protected]> Authored: Tue Apr 15 20:22:59 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Apr 15 20:22:59 2014 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvmtemplate64/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6d5ca0e/tools/appliance/definitions/systemvmtemplate64/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index d92e58b..a330cea 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -205,7 +205,7 @@ configure_services() { mkdir -p /var/lib/haproxy # Get config files from master - snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=HEAD;sf=tgz" + snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=4.2;sf=tgz" snapshot_dir="/opt/cloudstack*" cd /opt wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
