appliance: While building systemvms fetch src tarball from new git repo

Signed-off-by: Rohit Yadav <bhais...@apache.org>


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

Branch: refs/heads/master
Commit: b3a3ad74c6015304881598b5b4ba3a51c912d834
Parents: d13b15d
Author: Rohit Yadav <bhais...@apache.org>
Authored: Tue Mar 26 11:26:50 2013 +0530
Committer: Rohit Yadav <bhais...@apache.org>
Committed: Tue Mar 26 11:26:50 2013 +0530

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/postinstall.sh    |    4 ++--
 .../definitions/systemvmtemplate64/postinstall.sh  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b3a3ad74/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh 
b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 8e745eb..5d529de 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -168,8 +168,8 @@ configure_services() {
   mkdir -p /var/lib/haproxy
 
   # Get config files from master
-  
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=snapshot;h=HEAD;sf=tgz";
-  snapshot_dir="/opt/incubator-cloudstack*"
+  
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=HEAD;sf=tgz";
+  snapshot_dir="/opt/cloudstack*"
   cd /opt
   wget $snapshot_url -O cloudstack.tar.gz
   tar -zxvf cloudstack.tar.gz

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b3a3ad74/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh 
b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
index 8e745eb..5d529de 100644
--- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
@@ -168,8 +168,8 @@ configure_services() {
   mkdir -p /var/lib/haproxy
 
   # Get config files from master
-  
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=snapshot;h=HEAD;sf=tgz";
-  snapshot_dir="/opt/incubator-cloudstack*"
+  
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=HEAD;sf=tgz";
+  snapshot_dir="/opt/cloudstack*"
   cd /opt
   wget $snapshot_url -O cloudstack.tar.gz
   tar -zxvf cloudstack.tar.gz

Reply via email to