diff --git a/docs/adding_software/adding_development_software.md b/docs/adding_software/adding_development_software.md index 1225d64590..4518f7543c 100644 --- a/docs/adding_software/adding_development_software.md +++ b/docs/adding_software/adding_development_software.md @@ -32,7 +32,7 @@ dev.eessi.io-example │   │   └── gh.py* │   └── gh-devel-software-commit.eb ├── easystacks -│   └── software.eessi.io +│   └── dev.eessi.io │   ├── 2023.06 │   │ └── gh-eb-5.1.0-dev.yml │   └── 2025.06 @@ -46,10 +46,6 @@ dev.eessi.io-example They are not strictly necessary if your development build can use already existing easyblocks available through EasyBuild, and / or if nothing needs to be patched -!!! note "The `software.eessi.io` subdirectory is temporary" - - The name of this subdirectory should be `dev.eessi.io`, yet renaming it will cause builds to fail. This is a known bug and the situation should change once the relevant [issue](https://github.com/EESSI/dev.eessi.io-example/issues/29) is fixed. - ### Quick steps to build for `dev.eessi.io` @@ -210,4 +206,4 @@ module use /cvmfs/dev.eessi.io/example/versions/$EESSI_VERSION/software/linux/$E module load $MODULE_NAME ``` -There is currently no initialisation script or module for `dev.eessi.io`, but this feature is coming soon. \ No newline at end of file +There is currently no initialisation script or module for `dev.eessi.io`, but this feature is coming soon.