← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands-website/cleanup_ggz into lp:widelands-website

 

Review: Approve

> Maybe we should delete every *.pyc file after stopping the website? Something like

God, I hate Python with a passion. How often did I already had trouble with this caching of compiled files :(. Yes, deleting all *.pyc files and all __pycache__ directories is exactly what we are required to do here. And ideally, we should immediately recompile them with the correct python binary: https://docs.python.org/2/library/compileall.html. Probably something for another branch though. 

I suggest adding a _ops directory that contains maintenance scripts around the website. I proposed another useful script in another branch for merging too. 

> If someone says: 'Go'

Ready, steady? Go!!!!!

-- 
https://code.launchpad.net/~widelands-dev/widelands-website/cleanup_ggz/+merge/301588
Your team Widelands Developers is subscribed to branch lp:widelands-website.


References