File diff 33513d562691 → 053504d099b8
systemd/conservancy-www-update.sh
Show inline comments
...
 
@@ -30,7 +30,7 @@ fi
 

	
 
exitcode=0
 
git merge --quiet --ff-only "$git_remote" "$git_refspec"
 
python2 -m compileall -q -x - www || exitcode=$?
 
python3 -m compileall -q -x - www || exitcode=$?
 
chgrp -R www-data www || exitcode=$?
 
chmod -R g+rX-w,o+X-w www || exitcode=$?
 
chmod -R o+r www/conservancy/static || exitcode=$?