From commits-return-19359-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Fri Feb 2 23:15:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id EBBB5180608 for ; Fri, 2 Feb 2018 23:15:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DBA59160C49; Fri, 2 Feb 2018 22:15:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 56962160C25 for ; Fri, 2 Feb 2018 23:15:05 +0100 (CET) Received: (qmail 80478 invoked by uid 500); 2 Feb 2018 22:15:04 -0000 Mailing-List: contact commits-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list commits@phoenix.apache.org Received: (qmail 80464 invoked by uid 99); 2 Feb 2018 22:15:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2018 22:15:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72952E9434; Fri, 2 Feb 2018 22:15:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@phoenix.apache.org Date: Fri, 02 Feb 2018 22:15:04 -0000 Message-Id: <6c6f32f7eb3e4700a2ea01911e5e11d3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] phoenix git commit: PHOENIX-4577 Use cp -r for the argparse directory in bin/ Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 2838a09e7 -> e9ff6db49 refs/heads/4.x-HBase-1.2 9a2d4747d -> b48eb2469 refs/heads/4.x-HBase-1.3 88593be8d -> 3425d4406 refs/heads/4.x-cdh5.11.2 9994059a0 -> adcee3f0f refs/heads/master 0ef77b18c -> 4521a2a1c PHOENIX-4577 Use cp -r for the argparse directory in bin/ Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4521a2a1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4521a2a1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4521a2a1 Branch: refs/heads/master Commit: 4521a2a1cff4edbce1cd6572af61bfbd1c0f0d01 Parents: 0ef77b1 Author: Josh Elser Authored: Thu Feb 1 17:52:15 2018 -0500 Committer: Josh Elser Committed: Fri Feb 2 17:11:47 2018 -0500 ---------------------------------------------------------------------- dev/make_rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/4521a2a1/dev/make_rc.sh ---------------------------------------------------------------------- diff --git a/dev/make_rc.sh b/dev/make_rc.sh index d81786f..a788a5f 100755 --- a/dev/make_rc.sh +++ b/dev/make_rc.sh @@ -77,7 +77,7 @@ phx_jars=$(find . -iwholename "./*/target/phoenix-*.jar") cp $phx_jars $DIR_REL_BIN_PATH; # Copy bin -cp bin/* $DIR_BIN; +cp -r bin/* $DIR_BIN; cp -R $DIR_PHERF_CONF $DIR_BIN; # Copy release docs