Changeset - f7c22b3f165b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 22:07:43
bkuhn@ebb.org
All files in static should be world readable.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
compile-all.py
Show inline comments
...
 
@@ -13,5 +13,7 @@ os.path.walk("www", compileDir, "")
 
os.system("find www -type d -exec chmod gu+rx {} \;")
 
os.system("find www -type f -exec chmod gu+r {} \;")
 
os.system("find www -type d -exec chmod o+x {} \;")
 
os.system("find www/conservancy/static -type d -exec chmod o+rx {} \;")
 
os.system("find www/conservancy/static  -exec chmod o+r {} \;")
 
os.system("find www -exec chgrp www-data {} \;")
 
os.system("find www -exec chmod go-w {} \;")
0 comments (0 inline, 0 general)