Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-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 012FF1080D for ; Mon, 10 Feb 2014 17:03:37 +0000 (UTC) Received: (qmail 57304 invoked by uid 500); 10 Feb 2014 17:03:35 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 57258 invoked by uid 500); 10 Feb 2014 17:03:35 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 57251 invoked by uid 99); 10 Feb 2014 17:03:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 17:03:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A18A292229E; Mon, 10 Feb 2014 17:03:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mackrorysd@apache.org To: commits@bigtop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: BIGTOP-1158. Solr "work" symlink creates infinite loop if you try to recurse through the directories Date: Mon, 10 Feb 2014 17:03:34 +0000 (UTC) Updated Branches: refs/heads/master 738fd94e9 -> 305dfc8b6 BIGTOP-1158. Solr "work" symlink creates infinite loop if you try to recurse through the directories Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/305dfc8b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/305dfc8b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/305dfc8b Branch: refs/heads/master Commit: 305dfc8b69d1f558b28dc326e69859814c6db507 Parents: 738fd94 Author: Sean Mackrory Authored: Fri Feb 7 14:48:13 2014 -0800 Committer: Sean Mackrory Committed: Mon Feb 10 08:56:32 2014 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/solr/install_solr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/305dfc8b/bigtop-packages/src/common/solr/install_solr.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/solr/install_solr.sh b/bigtop-packages/src/common/solr/install_solr.sh index 4c57944..28350fc 100644 --- a/bigtop-packages/src/common/solr/install_solr.sh +++ b/bigtop-packages/src/common/solr/install_solr.sh @@ -138,7 +138,7 @@ cp -ra ${BUILD_DIR}/dist/solrj-lib $PREFIX/$LIB_DIR/lib install -d -m 0755 $PREFIX/$LIB_DIR/bin cp -a ${BUILD_DIR}/example/cloud-scripts/*.sh $PREFIX/$LIB_DIR/bin -sed -i -e 's#/../solr-webapp/webapp/WEB-INF/lib/#/../server/webapps/solr/WEB-INF/lib/#' $PREFIX/$LIB_DIR/bin/zkcli.sh +sed -i -e 's#/../solr-webapp/webapp/WEB-INF/lib/#/../webapps/solr/WEB-INF/lib/#' $PREFIX/$LIB_DIR/bin/zkcli.sh chmod 755 $PREFIX/$LIB_DIR/bin/* install -d -m 0755 $PREFIX/$DOC_DIR