From 0610dbf803d1b1dc37b41b3a6319cfcd94cf6bbe Mon Sep 17 00:00:00 2001 From: rayeesn Date: Tue, 15 Apr 2014 08:33:32 -0700 Subject: [PATCH] Fixed provided for CLOUDSTACK-6416 need to be ported for 32 bit template also --- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 997d8548501..dc3d130d7f9 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -198,7 +198,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