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 769C7F8BA for ; Wed, 10 Apr 2013 21:59:07 +0000 (UTC) Received: (qmail 39614 invoked by uid 500); 10 Apr 2013 21:59:03 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 39561 invoked by uid 500); 10 Apr 2013 21:59:03 -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 38548 invoked by uid 99); 10 Apr 2013 21:59:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 21:59:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B2CEA818FA3; Wed, 10 Apr 2013 21:59:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Wed, 10 Apr 2013 21:59:38 -0000 Message-Id: <7d68866182f34f99b2ea88174465436d@git.apache.org> In-Reply-To: <55af5cd9135e428e8514053af9c4d1a0@git.apache.org> References: <55af5cd9135e428e8514053af9c4d1a0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [38/50] git commit: updated refs/heads/ui-vm-affinity to b6c354a appliance: only build-essential needed to build vmtools 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/11042121 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/11042121 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/11042121 Branch: refs/heads/ui-vm-affinity Commit: 11042121b29a96df2ff392f8e0030f5cb9fb79b9 Parents: 2669515 Author: Rohit Yadav Authored: Wed Apr 10 18:04:17 2013 +0530 Committer: Rohit Yadav Committed: Wed Apr 10 18:04:54 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/11042121/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index c0a7e87..0395f38 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -66,7 +66,7 @@ install_packages() { # vmware tools # uncomment for opensource vmware tool: # apt-get --no-install-recommends -q -y --force-yes install open-vm-tools - apt-get --no-install-recommends -q -y --force-yes install build-essential gcc linux-headers-`uname -r` + apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r` df -h PREVDIR=$PWD cd /opt @@ -77,7 +77,7 @@ install_packages() { ./vmware-install.pl -d cd $PREV rm -fr /opt/vmware-tools-distrib - apt-get -q -y --force-yes purge build-essential gcc + apt-get -q -y --force-yes purge build-essential } setup_accounts() { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/11042121/tools/appliance/definitions/systemvmtemplate64/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index c0a7e87..0395f38 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -66,7 +66,7 @@ install_packages() { # vmware tools # uncomment for opensource vmware tool: # apt-get --no-install-recommends -q -y --force-yes install open-vm-tools - apt-get --no-install-recommends -q -y --force-yes install build-essential gcc linux-headers-`uname -r` + apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r` df -h PREVDIR=$PWD cd /opt @@ -77,7 +77,7 @@ install_packages() { ./vmware-install.pl -d cd $PREV rm -fr /opt/vmware-tools-distrib - apt-get -q -y --force-yes purge build-essential gcc + apt-get -q -y --force-yes purge build-essential } setup_accounts() {