Re: [translate-pootle] file permissions on .po files

2012-02-12 Thread F Wolff
Op Vr, 2012-02-10 om 16:04 -0800 skryf Chris Fulton: > Hello, > > I am new here. I need my .po files to have certain permissions, specifically > 664 and not 600. Because savestore() uses tempfile.mkstemp and shutil.move I > will always get 600 regardless of my umask. > > Here is the fix: > >

Re: [translate-pootle] file permissions on .po files

2012-02-11 Thread Amos Jeffries
On 11/02/2012 1:04 p.m., Chris Fulton wrote: > Hello, > > I am new here. I need my .po files to have certain permissions, specifically > 664 and not 600. Because savestore() uses tempfile.mkstemp and shutil.move I > will always get 600 regardless of my umask. > > Here is the fix: > > --- local_ap

[translate-pootle] file permissions on .po files

2012-02-10 Thread Chris Fulton
Hello, I am new here. I need my .po files to have certain permissions, specifically 664 and not 600. Because savestore() uses tempfile.mkstemp and shutil.move I will always get 600 regardless of my umask. Here is the fix: --- local_apps/pootle_store/fields.py 2012-02-10 15:59:03.698008000 -0