You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2017/11/15 18:35:06 UTC

[38/40] phoenix git commit: PHOENIX-4291 Addendum - Merge release script for mac and linux

PHOENIX-4291 Addendum - Merge release script for mac and linux


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

Branch: refs/heads/4.x-HBase-1.2
Commit: be8021b0e14085a10ad4431ed3c76594dbd85941
Parents: 83a4bc2
Author: Mujtaba <mu...@apache.org>
Authored: Fri Nov 3 13:41:45 2017 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Wed Nov 15 10:02:15 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/be8021b0/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 31cb9f9..638968c 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -81,7 +81,7 @@ cp bin/* $DIR_BIN;
 cp -R $DIR_PHERF_CONF $DIR_BIN;
 
 # Copy release docs
-cp README $DIR_REL_BIN_PATH;
+cp README* $DIR_REL_BIN_PATH;
 cp $DIR_DOCS/* $DIR_REL_BIN_PATH;
 
 # Copy examples