You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2008/07/15 23:28:39 UTC

Re: Permission problem on the snapshot repository.

On Tue, Jul 15, 2008 at 7:53 PM, Rick McGuire <ri...@gmail.com> wrote:
> I just tried to deploy a new snapshot build to the repository so that I can
> fix a problem in Geronimo that's dependent on some changes I just made.  It
> looks like the file permissions for openejb snapshots are messed up, so only
> dblevins can make changes.

Whenever in perms trouble follow Dave's advice:

The fix-permissions.sh script is what you want to use:
 /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh

Jacek

-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl

Re: Permission problem on the snapshot repository.

Posted by David Blevins <da...@visi.com>.
On Jul 15, 2008, at 2:28 PM, Jacek Laskowski wrote:

> On Tue, Jul 15, 2008 at 7:53 PM, Rick McGuire <ri...@gmail.com>  
> wrote:
>> I just tried to deploy a new snapshot build to the repository so  
>> that I can
>> fix a problem in Geronimo that's dependent on some changes I just  
>> made.  It
>> looks like the file permissions for openejb snapshots are messed  
>> up, so only
>> dblevins can make changes.
>
> Whenever in perms trouble follow Dave's advice:
>
> The fix-permissions.sh script is what you want to use:
> /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh

It was me who forgot to follow "Dave's advice" :)

-David