Mercurial > hg > soundsoftware-site
changeset 52:8c3409528d3a live
* Change default umask (see comment)
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 12:26:55 +0000 |
parents | 09b1d4349da3 |
children | 9c7ad012e34d |
files | extra/svn/reposman-soundsoftware.rb |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extra/svn/reposman-soundsoftware.rb Thu Oct 21 11:19:14 2010 +0100 +++ b/extra/svn/reposman-soundsoftware.rb Wed Nov 24 12:26:55 2010 +0000 @@ -311,7 +311,11 @@ next end - project.is_public ? File.umask(0002) : File.umask(0007) +# No -- we need "other" users to be able to read it. Access control +# is not handled through Unix user id anyway +# project.is_public ? File.umask(0002) : File.umask(0007) + File.umask(0002) + log("\taction: create repository #{repos_path}") begin