Python Byte-compilation During Build, master branch (2017.11.03.)
This is to address ATLINFR-1910.
The idea is to make the build byte-compile all python code during the build to:
- Ensure that there are no syntax errors in any of our installed python files;
- Make sure that the byte-compiled code ends up in the RPMs that we build, so that job configuration may become a bit faster from installed releases.
Will have to run some additional checks on the code before merging it though.