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 BD19CE1F2 for ; Thu, 7 Feb 2013 20:04:16 +0000 (UTC) Received: (qmail 69641 invoked by uid 500); 7 Feb 2013 20:04:13 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 69541 invoked by uid 500); 7 Feb 2013 20:04:13 -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 69136 invoked by uid 99); 7 Feb 2013 20:04: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, 07 Feb 2013 20:04:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 301C324DF1; Thu, 7 Feb 2013 20:04:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [44/51] [abbrv] git commit: refs/heads/ui-plugins - Summary: Fix path so the right files are removed from the install dir Message-Id: <20130207200412.301C324DF1@tyr.zones.apache.org> Date: Thu, 7 Feb 2013 20:04:12 +0000 (UTC) Summary: Fix path so the right files are removed from the install dir Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/db3b0d32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/db3b0d32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/db3b0d32 Branch: refs/heads/ui-plugins Commit: db3b0d325613b02eaed40e89f7c80db89f0b87ee Parents: 04d51c9 Author: Hugo Trippaers Authored: Thu Feb 7 13:34:45 2013 +0100 Committer: Hugo Trippaers Committed: Thu Feb 7 13:45:30 2013 +0100 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/db3b0d32/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index fd5b2a5..b2eb352 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -218,8 +218,8 @@ cp -r client/target/utilities/scripts/db/* ${RPM_BUILD_ROOT}%{_datadir}/%{name}- cp -r client/target/cloud-client-ui-4.1.0-SNAPSHOT/* ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client # Don't package the scripts in the management webapp -rm -rf {RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/WEB-INF/classes/scripts -rm -rf {RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/WEB-INF/classes/vms +rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/classes/scripts +rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/classes/vms for name in db.properties log4j-cloud.xml tomcat6-nonssl.conf tomcat6-ssl.conf server-ssl.xml server-nonssl.xml \ catalina.policy catalina.properties db-enc.properties classpath.conf tomcat-users.xml web.xml ; do