Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D47AE590 for ; Tue, 26 Feb 2013 06:11:07 +0000 (UTC) Received: (qmail 72602 invoked by uid 500); 26 Feb 2013 06:11:07 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 72563 invoked by uid 500); 26 Feb 2013 06:11:06 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 72454 invoked by uid 99); 26 Feb 2013 06:11:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 06:11:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 763D366CE; Tue, 26 Feb 2013 06:11:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: refs/heads/master - packaging: vhd-util message corrected Message-Id: <20130226061105.763D366CE@tyr.zones.apache.org> Date: Tue, 26 Feb 2013 06:11:05 +0000 (UTC) Updated Branches: refs/heads/master 10236bee2 -> f323c641f packaging: vhd-util message corrected Change on cloud.spec for the message about vhd-utils point to the new location of cloudstack scripts Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f323c641 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f323c641 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f323c641 Branch: refs/heads/master Commit: f323c641fdabd8f3fc3500b6588fa0588afeef2e Parents: 10236be Author: Ricardo P. Katz Authored: Tue Feb 26 11:38:22 2013 +0530 Committer: Prasanna Santhanam Committed: Tue Feb 26 11:38:22 2013 +0530 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f323c641/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 9f54d0b..74a75a3 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -309,9 +309,9 @@ if [ "$1" == "1" ] ; then /sbin/chkconfig --level 345 cloud-management on > /dev/null 2>&1 || true fi -if [ ! -f %{_datadir}/cloudstack/management/webapps/client/WEB-INF/classes/scripts/scripts/vm/hypervisor/xenserver/vhd-util ] ; then +if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in - echo %{_datadir}/cloudstack/management/webapps/client/WEB-INF/classes/scripts/vm/hypervisor/xenserver/ + echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/ fi %post awsapi