[openstreetmap/openstreetmap-website] Finish upgrading to 22.04 (Issue #4048)
Andy Allan
notifications at github.com
Wed May 31 11:35:19 UTC 2023
In two recent commits (302a53d767a468a7bd4d716a1a0eba8ba38ad09b, dc9d52a7c844774d28a872f9e456eeed3c19bfee) @tomhughes started the process of upgrading to Ubuntu 22.04 ("jammy"). This issue is to track the remaining tasks.
We have four places that are relevant to installation instructions, and they should all be kept in sync with one another.
* The written instructions in [INSTALL.md](https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md)
* The code in [Dockerfile](https://github.com/openstreetmap/openstreetmap-website/blob/master/Dockerfile)
* The code in [provision.sh](https://github.com/openstreetmap/openstreetmap-website/blob/master/script/vagrant/setup/provision.sh) (for vagrant)
* The code in [tests.yml](https://github.com/openstreetmap/openstreetmap-website/blob/master/.github/workflows/tests.yml) (github workflows)
The github workflows part is a bit of a curveball, since it uses "Github Flavoured Ubuntu" (see https://github.com/openstreetmap/openstreetmap-website/issues/3946#issuecomment-1445309595), so it doesn't use Ubuntu packages for node, geckodriver and other important dependencies, but rather does its own thing. But we should try, as much as possible, to keep these all in sync.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/4048
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/4048 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20230531/017e543c/attachment.htm>
More information about the rails-dev
mailing list