Commit graph

19 commits

Author SHA1 Message Date
b40f1bb0d7 tools: Depend on newer versions of Ruby and Php. 2020-08-27 06:15:27 +00:00
0054c8dfd2 Move to python3.8. 2020-04-24 23:47:12 +10:00
98d5a7c5dd flatpak: Bring manifest file up to date.
- A python module failed to install because it tried to uninstall a
  dependency of another python module, which was read-only.
  - Now installing python modules together in one flatpak module.
2019-12-22 21:25:18 +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
d645f62b10 Coding style.
- More linting.
2019-12-05 00:52:59 +10:00
dbe4db26c8 flatpak: Start adding script dependencies to make-flatpak-manifest.py 2019-11-28 21:49:01 +10:00
3dd4247f08 flatpak: Add missed change for 7z. 2019-11-26 13:30:16 +10:00
d6d6fbea4e flatpak: Bring manifest file up to date.
- pdf2txt.py is not working because it has no shebang in upstream.
- pydoc's test is failing but pydoc is working. Golden file contains a path.
2019-11-25 14:59:23 +10:00
04fb17cb3f Move to python3.8.0 2019-11-06 14:07:33 +10:00
a770a3ebc7 Changes for Ubuntu 19.10. 2019-11-06 13:03:00 +10:00
c339742203 flatpak: Bring manifest file up to date.
- Worked around haskell packages sometimes missing their
  Setup.hs file.
2019-08-10 10:31:17 +10:00
bf3fd5c63b flatpak: Coding style.
- Use a script to reduce repetion in build commands.
2019-08-09 14:44:18 +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
16b95a2376 tools: Add rakudo for checking perl6 syntax. 2019-07-10 21:36:40 +10:00
9bae222a82 flatpak: Coding style.
- Revert part of the last coding style change.
2019-07-01 14:34:21 +10:00
2a0ece5af5 flatpak: Coding style. 2019-06-30 12:25:40 +10:00
aa3c497124 flatpak: Always point manifest to the latest commit of eris. 2019-06-30 11:36:54 +10:00
ce843e89f3 tools: Add wabt tools for webassembly file types. 2019-06-26 23:16:28 +10:00
8135ffc5da Add a flatpak manifest file.
- The manifest file is generated by ./make-flatpak-manifest.py.
  It contains the latest versions of eris's dependencies.
- The manifest file can be checked with the build-flatpak.sh script.
2019-06-24 13:23:28 +10:00