Commit graph

9 commits

Author SHA1 Message Date
787c304d06 Files don't need individual license headers.
- All files are licensed by the LICENSE file at root.
- Updated the license to 2021.
- Have kept the license in LS_COLORS since its 3rd party.
2021-04-12 02:25:49 +10:00
0054c8dfd2 Move to python3.8. 2020-04-24 23:47:12 +10:00
1cf2fc445c Revert "Move to python3.8.0"
This reverts commit 04fb17cb3f.
- Am seeing a bug where only one worker continues processing
  on python3.8.
- Ubuntu and freedesktop-sdk are still on 3.7.
- Not using any features of 3.8 yet.
- Also removes color from mypy.
2019-12-19 14:47:00 +10:00
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