Add notes for 2022-06-08

This commit is contained in:
2022-06-08 15:36:09 +03:00
parent 3761d1a56f
commit 1a90a46f05
28 changed files with 67 additions and 33 deletions

View File

@ -49,5 +49,19 @@ categories: ["Notes"]
- Run all system updates on AReS server (linode20) and reboot
- I want to try to update some of the build dependencies of OpenRXV since Node.js 12 is no longer supported
- Upgrade linode20 to Ubuntu 22.04 and start an AReS harvest
- I merged the [Mirage 2 build fix](https://github.com/DSpace/DSpace/pull/8292) to `dspace-6_x` for DSpace 6.4
## 2022-06-07
- I tested Node.js 14 one more time with vanilla DSpace 6.4-SNAPSHOT and with the CGSpace source and it worked well
- I made [a pull request](https://github.com/DSpace/DSpace/pull/8331) to DSpace to use Node.js 14 for Mirage 2
- I even tested Node.js 16 and it works, but that is enough for now...
## 2022-06-08
- Work on AReS a bit since I wasn't able to harvest after doing the updates on the server and in the containers a few days ago
- I don't know what the problem was really, but on the server I had to enable IPv4 forwarding so the frontend container would build
- Once I downed and upped AReS with docker-compose I was able to start a new harvest
- I also did some tests to enable ES2020 target in the backend because we're on Node.js 14 there now
<!-- vim: set sw=2 ts=2: -->