Commit graph

13 commits

Author SHA1 Message Date
5f45485479 docker: Speed up rebuilds of Dockerfile. 2021-12-09 17:07:49 +10:00
e3890863ad docker: Remove left over copyright notice. Its in the license. 2021-12-09 16:46:25 +10:00
3492e8fe0c docker: Docker warns about apt, but not about apt-get. 2021-12-09 16:43:37 +10:00
a832aeb803 docker: Build docker image based on the local codebase.
- Like the snap and appimage builds do.
2021-12-09 13:28:55 +10:00
8b4a9c4210 Make installation a little easier.
- Provide explicit wget commands for downloading.
2021-12-09 11:23:34 +10:00
4b5e5b2f89 release: snap: Automate installation of lxd. 2021-12-09 01:16:31 +10:00
c4d370e815 release: docker: Update dockerfile to 2021.12.06 release. 2021-12-06 22:06:32 +10:00
bc83e9f736 release: Add snap installation instructions to the README. 2021-12-06 15:47:07 +10:00
4b1e141126 release: appimage: Fix build script.
- Fix script now that its moved to packaging subdir.
- Tests aren't really necessary within the image,
  since "eris -i" checks eris and tools.
2021-12-06 14:57:02 +10:00
e1e9b89b2a release: snap: Update version. 2021-12-06 14:47:58 +10:00
0331a9da1e snap: Start snap support.
- Create a snapcraft.yaml file in snap directory.
  Couldn't put this in packaging directory.
- Use make-snapcraft.py to generate the snapcraft file.
- Use make-snap to make the snap from the snapcraft file.
- Eris is confined to only access projects in home.
- os.setpriority doesn't work in snaps.
- eris-webserver is run as "eris.webserver".
2021-12-05 19:14:56 +10:00
71b9da128b Coding style.
- Increase maximum line length from 80 to 100.
2021-11-29 12:51:34 +10:00
58b78e9ce4 Move packaging scripts for docker and appimage into subdirectory.
- De-clutter the project root directory.
2021-11-03 21:23:15 +10:00