Github user apurtell commented on a diff in the pull request: https://github.com/apache/phoenix/pull/183#discussion_r71762055 --- Diff: dev/make_rc.sh --- @@ -88,15 +88,15 @@ cp $DIR_DOCS/* $DIR_REL_BIN_PATH; cp -r examples/* $DIR_EXAMPLES # Generate bin tar -tar cvzf $DIR_REL_BIN_TAR_PATH/$DIR_REL_BIN.tar.gz -C $DIR_REL_ROOT phoenix-$PHOENIX-bin; +tar cvzf $DIR_REL_BIN_TAR_PATH/$DIR_REL_BIN.tar.gz -C $DIR_REL_ROOT apache-phoenix-$PHOENIX-bin; --- End diff -- This will be fun for repackagers but can be handled by a regex I suppose
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---