changeset 2978:78d93a419873

g+w for rsync-doc
author hanwen <hanwen@lilypond.org>
date Mon, 18 Dec 2006 13:43:29 +0100
parents 72a2ec7d9146
children 0e1ab23ce465
files test-lily/rsync-lily-doc.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test-lily/rsync-lily-doc.py	Sun Dec 17 18:39:06 2006 +0100
+++ b/test-lily/rsync-lily-doc.py	Mon Dec 18 13:43:29 2006 +0100
@@ -170,7 +170,7 @@
 
     system ('chmod -R g+w . ' )
     system ('chgrp -R lilypond . ' )
-    system ('chmod 2755 `find -type d ` . ')
+    system ('chmod 2775 `find -type d ` . ')
     branch_dir = 'v%s.%s' % (options.version[:2])
     system ('rsync --exclude "*.signature" --hard-links --delay-updates --delete --delete-after --stats --progress -pgorltvu -e ssh . %s/%s/' % (options.destination, branch_dir))