CLOUDSTACK-6416: fixed postinstall.sh script to fetch cloudstack snapshot from

appropriate branch.
This commit is contained in:
SrikanteswaraRao Talluri 2014-04-15 20:22:59 +05:30
parent ee0254352b
commit d6d5ca0ef7
1 changed files with 1 additions and 1 deletions

View File

@ -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