Commit graph

6 commits

Author SHA1 Message Date
04fb17cb3f Move to python3.8.0 2019-11-06 14:07:33 +10:00
07a73e006c Coding style.
- pydoc expects scripts that do little when imported.
  So all python scripts really need 'if __name__ == "__main__":'
2019-07-22 12:17:01 +10:00
ae68a4382a flatpak: Don't use network when re-building. 2019-07-13 09:18:13 +10:00
5add6d1916 Fixed build not downloading. 2019-07-10 11:28:53 +10:00
ee064f00af flatpak: Let build caching work by not creating manifest in tmp dir. 2019-07-01 14:34:35 +10:00
88682bb82f flatpak: Make build-flatpak use the local eris repository.
- 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.
2019-06-30 12:20:41 +10:00