Repository: cloudstack
Updated Branches:
  refs/heads/4.2 d6d5ca0ef -> 0610dbf80


Fixed provided for CLOUDSTACK-6416 need to be ported for 32 bit template also


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0610dbf8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0610dbf8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0610dbf8

Branch: refs/heads/4.2
Commit: 0610dbf803d1b1dc37b41b3a6319cfcd94cf6bbe
Parents: d6d5ca0
Author: rayeesn <[email protected]>
Authored: Tue Apr 15 08:33:32 2014 -0700
Committer: Sheng Yang <[email protected]>
Committed: Tue Apr 15 16:53:43 2014 -0700

----------------------------------------------------------------------
 tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0610dbf8/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh 
b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 997d854..dc3d130 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

Reply via email to