- pydoc expects scripts that do little when imported. So all python scripts really need 'if __name__ == "__main__":'
- This lets the build be tested on a new commit that doesn't yet exist on github. - A temporary patched version of the manifest is made with eris's url patched to the local repo. ($PWD) - build-flatpak.py needs to be run in the eris root directory.