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 DE30BC4D0 for ; Fri, 26 Jul 2013 18:43:52 +0000 (UTC) Received: (qmail 12816 invoked by uid 500); 26 Jul 2013 18:43:52 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 12710 invoked by uid 500); 26 Jul 2013 18:43:52 -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 12569 invoked by uid 99); 26 Jul 2013 18:43:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 18:43:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3C7269865; Fri, 26 Jul 2013 18:43:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Date: Fri, 26 Jul 2013 18:43:51 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to 0f78703 Updated Branches: refs/heads/master adc72812f -> 0f7870332 CLOUDSTACK-3797: Fix wget installation of xs-tools in to the builtin Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0f787033 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0f787033 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0f787033 Branch: refs/heads/master Commit: 0f7870332ad2080d9f61da463308fe52438d1cc7 Parents: 4bf7abc Author: Prasanna Santhanam Authored: Sat Jul 27 00:01:02 2013 +0530 Committer: Prasanna Santhanam Committed: Sat Jul 27 00:02:28 2013 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/builtin/install-xs-tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0f787033/tools/appliance/definitions/builtin/install-xs-tools.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/builtin/install-xs-tools.sh b/tools/appliance/definitions/builtin/install-xs-tools.sh index 68f076e..fc3bd47 100644 --- a/tools/appliance/definitions/builtin/install-xs-tools.sh +++ b/tools/appliance/definitions/builtin/install-xs-tools.sh @@ -1,7 +1,7 @@ # get the latest xs tools available from xen.org -wget --no-check-certificate http://downloads.xen.org/XCP/debian/xs-tools-5.9.960.iso -o xs-tools.iso +wget --no-check-certificate http://downloads.xen.org/XCP/debian/xs-tools-5.9.960.iso -O xs-tools.iso sudo mount -o loop xs-tools.iso /mnt #install the xs tools -sudo sh /mnt/Linux/install.sh +sudo yes | sudo sh /mnt/Linux/install.sh