Commit graph

64 commits

Author SHA1 Message Date
d540636fd5 Create an install script. 2021-10-31 22:49:13 +10:00
4174f10526 Drop install-dependencies script.
- Do a standard install with pip.
- Run install-tools afterwards.
- util-linux was needed for what?
2021-10-31 21:41:32 +10:00
d83bea2ba8 release: Move eris to ubuntu 21.10.
- Update readme.
- php7 -> php8.
- Fix python-coverage.
- Also need python decorator module.
- Replaced Mcrt1 with rotatingtree since Mcrt1 started raising
  a new warning.
2021-10-18 01:40:39 +10:00
e76d0bd03d release: Drop flatpak releases.
- Too much effort required to maintain the manifest file.
- Still have appimage and docker, which are both much easier to
  keep working.
2021-09-15 22:13:55 +10:00
071096821c tools: Add git diff.
- This is worth it afterall.
- Eris will get out of sync when the diffs are commited,
  but this is also true of git-blame and git-log.
- The user can refresh the old results with shift-r.
2021-07-11 16:25:25 +10:00
51687598b1 release: Eris works on ubuntu 21.04.
- Update ubuntu version in README.
2021-05-19 02:14:10 +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
10a4908204 Tweaked Readme.
- "File types" is clearer than "Extensions".
2020-10-17 12:14:16 +10:00
b5f712165b Eris runs on ubuntu 20.10. 2020-10-06 05:11:49 +10:00
331adf7d4a release: Update readme file with new versions. 2020-09-24 23:13:41 +10:00
d10cd82150 Move to Ubuntu 20.04. 2020-04-25 00:59:49 +10:00
0054c8dfd2 Move to python3.8. 2020-04-24 23:47:12 +10:00
24f8c576be Coding style. 2020-04-11 21:55:05 +10:00
e60bde2a84 Add a command-line option providing information about tools.
- All tools have a url.
- Not deriving the url from the package database.
2020-04-11 21:45:41 +10:00
c4da4123f7 Improve installation documentation. 2020-01-12 17:04:02 +10:00
10d0fa1bbf Tidy up installation instructions. 2020-01-11 12:44:18 +10:00
127d2c6148 Simplify ubuntu installation instructions. 2020-01-11 12:11:45 +10:00
29325289b9 flatpak: Clarify installation instructions. 2020-01-11 12:09:11 +10:00
18e501441c flatpak: Add installation instructions and wrapper script. 2020-01-11 12:02:25 +10:00
3ee76efa56 appimage: Add installation instructions. 2020-01-10 14:13:30 +10:00
bd17110199 docker: Add installation instructions. 2020-01-10 14:04:57 +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
4a2f99d795 Coding style.
- Linting.
2019-12-04 18:39:22 +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
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
be3fec26a3 Update copyrights. 2019-02-04 11:48:47 +10:00
7d412ec8f1 Changes for Ubuntu 18.10. 2018-12-27 14:47:39 +10:00
2213a55650 Improved the project title. 2018-09-25 10:41:55 +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
dc5865cf67 Revert "readme: Trying centre alignment in tools table."
This reverts commit c6359a8873.
2018-06-05 08:16:49 +10:00
c6359a8873 readme: Trying centre alignment in tools table. 2018-06-05 08:15:24 +10:00
5a218bed13 readme: Right aligned the extensions column. 2018-06-05 08:10:14 +10:00
73d06e6ff8 readme: The wildcard doesn't count as an extension. 2018-06-01 10:38:37 +10:00
9d28ab6d72 readme: Try to stop wrapping in the column titles. 2018-06-01 10:13:25 +10:00
f2f922e97f readme: Also showing the total number of extensions. 2018-06-01 09:48:42 +10:00
c4674b1284 Added a total count of the tools. 2018-05-31 15:10:53 +10:00
e34e896800 Coding style.
- Converted to f-strings.
2018-05-15 18:50:30 +10:00
5715ab8ea9 Made it work on Ubuntu 18.04. 2018-03-16 11:33:50 +10:00
b8732c3028 Updated copyrights. 2018-01-12 15:00:39 +10:00
c6250b2803 tools: Added git_log. 2017-12-29 11:21:11 +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
2815fb83d8 Added the special case, git_blame, to the README. 2017-07-19 10:13:24 +01:00
0b6fbec3da Show the generic tools in the README. 2017-07-19 09:40:54 +01:00
ed5164c761 Changed installation to use pip3.
- Now running all the tests in test-distributions.
- Vigil is only known to install into ubuntu at the moment.
2017-07-10 18:38:18 +01:00
0080db66d4 Used test-distributions to fix the installation.
- Correctly using our urwid.
- LS_COLORS needed to be in the package.
- Didn't need to use pip3.
2017-06-28 09:07:40 +01:00
9f00b3ba3e Updated installation instructions. 2017-06-27 14:20:30 +01:00