[ 
https://issues.apache.org/jira/browse/INCUBATOR-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636056#action_12636056
 ] 

Sebb commented on INCUBATOR-95:
-------------------------------

The command:

chmod -R 664 `find . -type f`

might fail due to exceeding the command line length.

It would be safer to write:

find . -type f -exec chmod -R 664 {} \;

(not tested)

> Release guidelines contain incorrect permissions, url for distributing release
> ------------------------------------------------------------------------------
>
>                 Key: INCUBATOR-95
>                 URL: https://issues.apache.org/jira/browse/INCUBATOR-95
>             Project: Incubator
>          Issue Type: Bug
>          Components: site
>            Reporter: Aidan Skinner
>         Attachments: INCUBATOR-95.patch
>
>
> The chmod command in the release pages  is wrong and knackers stuff. The 
> directory in the checklist is also incorrect.
> In addition, the suggested permission scheme leaves all incubator artifacts 
> writable by a group of around 500 people, which is unfortunate. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to