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:48:31 UTC

[36/37] 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/b115f9b4
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b115f9b4
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b115f9b4

Branch: refs/heads/4.x-HBase-1.1
Commit: b115f9b46531c08edbefb8c60bde9811d19fff6e
Parents: 47e7c60
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:46:42 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b115f9b4/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