Changeset - 2cdebf131674
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 7 months ago 2023-10-25 11:56:44
ben@sturm.com.au
Apply directory changes to update script
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
systemd/conservancy-www-update.sh
Show inline comments
...
 
@@ -31,8 +31,8 @@ fi
 

	
 
exitcode=0
 
git merge --quiet --ff-only "${git_remote}/${git_refspec}"
 
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=$?
 
python3 -m compileall -q -x - conservancy || exitcode=$?
 
chgrp -R www-data conservancy || exitcode=$?
 
chmod -R g+rX-w,o+X-w conservancy || exitcode=$?
 
chmod -R o+r conservancy/static || exitcode=$?
 
exit "$exitcode"
0 comments (0 inline, 0 general)