You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2016/09/08 20:35:20 UTC

[jira] [Updated] (PHOENIX-3106) dev/make_rc.sh doesn't work with BSD `find`

     [ https://issues.apache.org/jira/browse/PHOENIX-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Hofhansl updated PHOENIX-3106:
-----------------------------------
    Fix Version/s:     (was: 4.8.1)
                   4.8.2

no patch. moving to 4.8.2

> dev/make_rc.sh doesn't work with BSD `find`
> -------------------------------------------
>
>                 Key: PHOENIX-3106
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3106
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Trivial
>             Fix For: 4.9.0, 4.8.2
>
>
> {{./dev/make_rc.sh}} uses some {{find}} invocations which work on the GNU find, but not the BSD variant.
> They're pretty easy to change so that we can support both:
> Change {{find filename}} to {{find . -name filename}} and {{find -iname filename}} to {{find . -iname filename}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)