Commit graph

9 commits

Author SHA1 Message Date
4714452760 appimage: Get the appimage build working.
- zesty -> cosmic
- appimage 9 -> appimage 12
- vigil -> eris
2019-07-15 12:50:32 +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
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
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
d61b1504a6 AppImages aren't working correctly afterall. 2017-07-04 14:49:46 +01:00
50dac0aa58 Can create an AppImage with make-appimage. 2017-06-30 12:47:50 +01:00