Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD5B7FD2F for ; Thu, 28 Mar 2013 11:16:26 +0000 (UTC) Received: (qmail 71797 invoked by uid 500); 28 Mar 2013 11:16:25 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 71697 invoked by uid 500); 28 Mar 2013 11:16:24 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 67772 invoked by uid 99); 28 Mar 2013 11:16:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 11:16:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DDCAB828DC6; Thu, 28 Mar 2013 11:16:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nitin@apache.org To: commits@cloudstack.apache.org Date: Thu, 28 Mar 2013 11:16:37 -0000 Message-Id: <9399c1d1b46b41c191056cb3788497a7@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [27/50] [abbrv] git commit: updated refs/heads/scaleupvm to 2423d4a appliance: While building systemvms fetch src tarball from new git repo Signed-off-by: Rohit Yadav 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/scaleupvm Commit: b3a3ad74c6015304881598b5b4ba3a51c912d834 Parents: d13b15d Author: Rohit Yadav Authored: Tue Mar 26 11:26:50 2013 +0530 Committer: Rohit Yadav 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