95349470c3
release: appimage: Needed cc1 afterall.
2021-10-18 19:07:55 +10:00
1085385f39
release: appimage: Make an appimage from 21.10.
...
- appimagetool 12 -> 13.
- Pare down gcc.
- Appimage needs pexpect.
2021-10-18 18:51:24 +10:00
5d553a6542
release: Move to python3.9
2021-05-19 02:14:10 +10:00
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
b67d06c1e9
appimage: Start cleaning up unnecessary files.
...
- Removed go build dependencies.
- Size: 655mb -> 288mb
2019-07-15 19:50:12 +10:00
4714452760
appimage: Get the appimage build working.
...
- zesty -> cosmic
- appimage 9 -> appimage 12
- vigil -> eris
2019-07-15 12:50:32 +10:00
be3fec26a3
Update copyrights.
2019-02-04 11:48:47 +10:00
8e5cc0eac9
Rename the project to Eris.
2018-09-17 23:59:38 +10:00
8ae0f203f2
Move to python3.7
...
- Now getting python packages using pip instead of the ubuntu versions.
- System wide installations now aren't supported.
2018-09-02 16:00:44 +10:00
e34e896800
Coding style.
...
- Converted to f-strings.
2018-05-15 18:50:30 +10:00
b8732c3028
Updated copyrights.
2018-01-12 15:00:39 +10:00
4935c585aa
Made work on Ubuntu 17.10.
...
- Changed to python3.6.
- Accepted minor differences in golden files.
- php is now 7.1.
- Updated README.
- Need to test that the AppImage still works.
2017-10-27 12:39:50 +10:00
111d362942
Explicitly using python3.5.
...
- Async and await keywords don't work with python3.4.
2017-09-02 11:59:10 +01:00
f583b66437
Coding style.
2017-07-23 20:50:17 +01:00
0e68dd2e43
appimage: Pinned the version of appimagetool.
2017-07-23 19:20:40 +01:00
20161303fc
appimage: Can now get a shell inside the AppImage.
...
- The --self_test option is no longer needed. Instead do:
- # APPIMAGE_ENTER=1 ./vigil.appimage # To enter the shell
- # $APPDIR/test-all
2017-07-23 18:39:24 +01:00
93d1fdb87a
appimage: Used test_distributions to fix the AppImage.
2017-07-23 18:21:18 +01:00
d90d711703
Can build AppImages more successfully.
...
- The meta/Recipes script doesn't run the post-install of debian
packages, so some weren't installed correctly.
- This scheme lets vigil install into a container as usual.
- The files in the AppDir are calculated as the difference between
the files in the initial debootstrapped container, and the
container after the installation.
2017-07-16 12:14:14 +01:00