Commit graph

68 commits

Author SHA1 Message Date
da9dcd7b1c packaging: Fix push-new-version
- Stop color codes being sent to sed from git-grep.
2022-12-06 23:07:09 +10:00
5a83397a65 Eris works on Ubuntu 22.10 2022-12-06 22:18:03 +10:00
54814ac0d3 Update version to v2022.10.19 2022-10-19 14:14:33 +10:00
1ac742c0bc Update version to v2022.08.31 2022-08-31 21:11:16 +10:00
d5ab419fc2 Update version to v2022.05.26 2022-05-26 14:39:31 +10:00
0abca96868 Update version to v2022.05.11 2022-05-11 11:14:22 +10:00
fe42fd36d4 Update version to v2022.04.30 2022-04-30 13:37:52 +10:00
21a9ec2826 Fix appimage download url in readme 2022-04-25 16:42:15 +10:00
65fd97cdef Update version to v2022.04.25 2022-04-25 16:27:31 +10:00
f244571b2d release: Update readme and release file 2022-04-25 16:27:04 +10:00
4141b6d06c release: Make appimage and docker versions based on ubuntu jammy 2022-04-24 17:15:06 +10:00
d2bd9eb496 release: Make make-snap work better after a fresh install 2022-04-24 17:14:58 +10:00
507e547aa4 Update version to v2022.04.23 2022-04-23 17:52:40 +10:00
e01e2351b2 Make installable on Ubuntu Jammy
- Move to python3.10
- Move to ruby3.0
2022-04-23 17:49:49 +10:00
8aa9c1ed9f Update version to v2022.04.18 2022-04-18 00:26:49 +10:00
51700abd3a Update version to v2022.03.15 2022-03-15 10:25:45 +10:00
34130e2506 Update version to v2022.03.12 2022-03-12 23:58:43 +10:00
607653271b Update version to v2022.02.25 2022-02-25 23:41:56 +10:00
d8aef62647 packaging: Quieter push-new-version
- Don't really need to show diff or logs for review.
2022-02-25 23:40:31 +10:00
be29bf124a packaging: Change update-version to push-new-version
- It also pushes changes and the new tag.
- It was easy to forget to push the new tag.
2022-02-23 19:44:59 +10:00
6a9e800b3b Update version to v2022.02.23 2022-02-23 18:54:46 +10:00
ccdd657c10 Update version to v2022.02.13 2022-02-13 09:14:13 +10:00
a016a36f61 Update version to v2022.01.28 2022-01-28 19:41:13 +10:00
ec62376f27 Update version to v2022.01.27 2022-01-27 16:52:20 +10:00
d192674236 Update version to v2022.01.24 2022-01-24 23:08:29 +10:00
e13d470d82 Update version to v2022.01.22 2022-01-22 17:42:38 +10:00
8b3ea5e5d4 release: Previous version isn't important 2022-01-22 17:41:32 +10:00
247b3ebfd3 No full stop in subject lines 2022-01-21 09:05:22 +10:00
b11f51ab75 Update version from v2022.01.18 to v2022.01.21. 2022-01-21 09:03:14 +10:00
4feefbfb2a Update version from v2022.01.13 to v2022.01.18. 2022-01-18 15:35:59 +10:00
072b2b3132 Install from latest tag
- Installing from latest tag is best afterall.
- The tip pulls in dependencies from their latest tag, but that
  combination is untested.
- Only tagged commits are tested to work.
2022-01-18 15:30:40 +10:00
7fd5084040 Its best to install from the tip.
- Installing from the latest tag misses the latest fixes, features,
  and bugs...
2022-01-09 11:25:00 +10:00
f5fb1cc84a Update version from v2022.01.07 to v2022.01.08. 2022-01-08 10:00:06 +10:00
386a1dca1c Update version from v2022.01.05 to v2022.01.07. 2022-01-07 09:23:36 +10:00
81588e15d1 Update version from v2022.01.04 to v2022.01.05. 2022-01-05 23:52:20 +10:00
125101026c Update version from v2022.01.03 to v2022.01.04. 2022-01-04 08:34:53 +10:00
2dc9c0f71a Update version from v2021.12.24 to v2022.01.03. 2022-01-03 23:29:33 +10:00
16f823cf92 Make update-version usable on any git repo. 2022-01-03 16:14:12 +10:00
4045b002d9 Make sure a recent version of pip is used.
- The version in impish isn't new enough.
2021-12-29 22:52:52 +10:00
dc0a5a32b9 docker: Fix install.
- Need a newer version of pip to install eris.
- Eris has new --config and --version options.
- Not adding --apt-install-tools because tools are already bundled
  in the docker image.
2021-12-27 15:49:30 +10:00
664a77909d Update version from v2021.12.22 to v2021.12.24. 2021-12-24 01:02:31 +10:00
b522577fa3 Make update-version script more usable.
- Fail if uncommited or staged changes are in the working directory.
- Show the version changes as a diff.
- On success show the commit log message.
2021-12-22 17:49:31 +10:00
292f58e309 Update version from 2021.12.22 to v2021.12.22. 2021-12-22 11:33:20 +10:00
486d7b3f27 Prefix version strings with 'v'.
- Makes it safer to globally replace the version string.
- Also emphasises its a version, not just a date.
2021-12-22 11:31:54 +10:00
9273e3cdec Add script to update version of eris.
- Globally replaces old version for new throughout the codebase,
  commits the change, then creates a tag for the new version at the head.
- This is instead of magic code within setup.py that tries to pull
  the version from git at runtime. Also git isn't always available.
2021-12-22 11:26:12 +10:00
851a40dd1a Update version from 2021.12.20 to 2021.12.22. 2021-12-22 11:15:45 +10:00
cc69e00889 Make it easier to copy & paste from the Readme. 2021-12-21 19:01:32 +10:00
3ffeae2aee Smaller headings in Readme. 2021-12-21 17:09:51 +10:00
69f35a3cc7 Improve Readme. 2021-12-21 13:34:55 +10:00
d39d9bd72d Fix Readme formatting. 2021-12-21 13:11:59 +10:00