From 29ef7ae702b3bd2513bf58a6dc951150819f40c6 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 11 Jun 2025 20:46:25 +0200 Subject: [PATCH 1/2] update README to reflect changes made when splitting off EESSI/software-layer-scripts repository --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab73ad7579..86605e2b20 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,20 @@ The software layer of the EESSI project uses [EasyBuild](https://docs.easybuild. See also https://www.eessi.io/docs/software_layer . -## Pilot software stack +## Recent changes + +**Wed 11 June 2025** + +- Code & scripts that are used to build the EESSI software layer have been relocated to a separate repository: + [`EESSI/software-layer-scripts`](https://github.com/EESSI/software-layer-scripts). + +- The minimal `bot/build.sh` script in this repository pulls in the latest `main` branch of the `EESSI/software-layer-scripts` repository, + symlinks the files in there, and then calls out to the `bot/build.sh` script located in that separate repository. + +- The default branch of this repository has been changed to `main` (was `2023.06-software.eessi.io`), + and houses [easystack files](https://docs.easybuild.io/easystack-files) for all versions of EESSI (not just `2023.06`). + +## Setting up your environment You can set up your environment by sourcing the init script: From dd3c2e1e906c78d9e6151caccc51e4acb25e1039 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 11 Jun 2025 20:48:43 +0200 Subject: [PATCH 2/2] include link to support issue on splitting off EESSI/software-layer-scripts repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86605e2b20..2d7f7d3b12 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ See also https://www.eessi.io/docs/software_layer . - The default branch of this repository has been changed to `main` (was `2023.06-software.eessi.io`), and houses [easystack files](https://docs.easybuild.io/easystack-files) for all versions of EESSI (not just `2023.06`). +For more details, see https://gitlab.com/eessi/support/-/issues/139 . + ## Setting up your environment You can set up your environment by sourcing the init script: