You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org> on 2010/05/03 00:59:56 UTC

[jira] Closed: (INFRA-2672) Please fix Commons directories in m2-ibiblio-rsync-repository

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

#asfinfra IRC Bot closed INFRA-2672.
------------------------------------

    Resolution: Fixed

> Please fix Commons directories in m2-ibiblio-rsync-repository
> -------------------------------------------------------------
>
>                 Key: INFRA-2672
>                 URL: https://issues.apache.org/jira/browse/INFRA-2672
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>         Environment: minotaur:/www/people.apache.org/repo/m2-ibiblio-rsync-repository
>            Reporter: Sebb
>            Priority: Minor
>
> Some of the directory and file permissions and ownerships for Apache Commons files under
> /www/people.apache.org/repo/m2-ibiblio-rsync-repository
> aren't quite correct.
> I think the directory mode should be 2775, i.e. " drwxrwsr-x" .
> Also all directories and files should have group commons.
> The following commands should be sufficient to fix these:
> find commons-* org/apache/commons -type d ! -perm 2775 -exec chmod 2775 {} \;
> chgrp -R commons commons-* org/apache/commons

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