You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2017/11/03 20:41:09 UTC

phoenix git commit: PHOENIX-4291 Addendum - Merge release script for mac and linux

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 10dd9b4e6 -> 7e795ac67


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 7e795ac67fd21bd48f49acda3327c83d369aead4
Parents: 10dd9b4
Author: Mujtaba <mu...@apache.org>
Authored: Fri Nov 3 13:40:55 2017 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Nov 3 13:40:55 2017 -0700

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


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