RE: Umask on minotaur

2007-08-25 Thread Brian E. Fox
I'll try that, thx. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Saturday, August 25, 2007 2:53 PM To: Maven Developers List Subject: Re: Umask on minotaur I have put the umask into the following files and that seems to work for me: .bash_profile .cshrc

Re: Umask on minotaur

2007-08-25 Thread Dennis Lundberg
ginal Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 9:37 AM To: Maven Developers List Subject: Re: Umask on minotaur Ssh into minotaur and: if your shell is bash, do: "touch .bashrc && echo umask 002 >> .bashrc" if your shell

RE: Umask on minotaur

2007-08-25 Thread Brian E. Fox
I set this but it doesn't seem to affect the uploads. -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 9:37 AM To: Maven Developers List Subject: Re: Umask on minotaur Ssh into minotaur and: if your shell is bash, do: "tou

Re: Umask on minotaur

2007-08-15 Thread Arnaud HERITIER
> > Sorry about that. It's clean now. Is there something I can set since it > > ignores the server settings? > > > > -Original Message- > > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 10, 2007 10:58 AM > > To: Maven Devel

Re: Umask on minotaur

2007-08-14 Thread Kenney Westerhof
since wagon uses a non-login shell. -- Kenney Brian E. Fox wrote: Sorry about that. It's clean now. Is there something I can set since it ignores the server settings? -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 10:58 AM To:

RE: Umask on minotaur

2007-08-10 Thread Brian E. Fox
Sorry about that. It's clean now. Is there something I can set since it ignores the server settings? -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 10:58 AM To: Maven Developers List Subject: Re: Umask on minotaur This script do

Re: Umask on minotaur

2007-08-10 Thread Arnaud HERITIER
ok, I though it changed the group rights for every files. Thx for the enlightenment. Arnaud On 10/08/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > it's on purpose, so they don't get overwritten by other people keeping > your user id. Anybody can delete and recreate them as the directories > are

Re: Umask on minotaur

2007-08-10 Thread Carlos Sanchez
it's on purpose, so they don't get overwritten by other people keeping your user id. Anybody can delete and recreate them as the directories are group writable. The metadata is different as maven doesnt delete when changing it On 8/10/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Yes, but I exe

Re: Umask on minotaur

2007-08-10 Thread Arnaud HERITIER
Yes, but I executed it and you can see that maven-dependency-plugin-2.0-alpha-5* files don't have g+w rights. Arnaud On 10/08/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > of course it only fix your files, not the ones you don't have permissions ;) > > On 8/10/07, Arnaud HERITIER <[EMAIL PROTEC

Re: Umask on minotaur

2007-08-10 Thread Carlos Sanchez
of course it only fix your files, not the ones you don't have permissions ;) On 8/10/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > This script doesn't seem to work : > 86 -rw-r--r-- 1 aheritier apcvs 86918 Aug 10 07:41 > maven-dependency-plugin-2.0-alpha-5-20070810.144005-13.jar > 2 -rw-r-

Re: Umask on minotaur

2007-08-10 Thread Arnaud HERITIER
This script doesn't seem to work : 86 -rw-r--r-- 1 aheritier apcvs 86918 Aug 10 07:41 maven-dependency-plugin-2.0-alpha-5-20070810.144005-13.jar 2 -rw-r--r-- 1 aheritier apcvs 32 Aug 10 07:41 maven-dependency-plugin-2.0-alpha-5-20070810.144005-13.jar.md5 2 -rw-r--r-- 1 aheritier apcv

Re: Umask on minotaur

2007-08-10 Thread Arnaud HERITIER
I have a similar error : [INFO] Uploading repository metadata for: 'snapshot org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-5-SNAPSHOT' [INFO] [ERROR] BUILD ERROR [INFO]

Re: Umask on minotaur

2007-08-10 Thread Carlos Sanchez
there's a script to fix your own files in /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh On 8/10/07, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > Hi, > > Since the scp wagon doesn't honor the server settings, > could everybody please make sure they have their umask > set to

Umask on minotaur

2007-08-10 Thread Kenney Westerhof
Hi, Since the scp wagon doesn't honor the server settings, could everybody please make sure they have their umask set to 002 on minotaur (people.apache.org)? I tried to deploy the invoker but the metadata file wasn't group writable. Here's a listing: [/www/people.apache.org/repo/m2-snapshot-re