You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by la...@apache.org on 2016/09/23 00:43:53 UTC

phoenix git commit: PHOENIX-3323 make_rc script fails to build the RC.

Repository: phoenix
Updated Branches:
  refs/heads/4.8-HBase-0.98 d6ff6faa4 -> cc93b560f


PHOENIX-3323 make_rc script fails to build the RC.


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cc93b560
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cc93b560
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/cc93b560

Branch: refs/heads/4.8-HBase-0.98
Commit: cc93b560f23f716aae136c61b75be3fdbe01bb92
Parents: d6ff6fa
Author: Lars Hofhansl <la...@apache.org>
Authored: Thu Sep 22 17:39:26 2016 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Thu Sep 22 17:39:26 2016 -0700

----------------------------------------------------------------------
 dev/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc93b560/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 705ad04..4cc758f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -73,7 +73,7 @@ mvn clean apache-rat:check package -DskipTests -Dcheckstyle.skip=true -q;
 rm -rf $(find . -type d -name archive-tmp);
 
 # Copy all phoenix-*.jars to release dir
-phx_jars=$(find -iname phoenix-*.jar)
+phx_jars=$(find -iwholename "./*/target/phoenix-*.jar")
 cp $phx_jars $DIR_REL_BIN_PATH;
 
 # Copy bin