Skip to content

Commit a2cd2e9

Browse files
authored
Merge pull request #618 from Neves-P/main
Fix directory structure info for dev.eessi.io builds
2 parents 60d1f12 + 5bf96e8 commit a2cd2e9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/adding_software/adding_development_software.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ dev.eessi.io-example
3232
│   │   └── gh.py*
3333
│   └── gh-devel-software-commit.eb
3434
├── easystacks
35-
│   └── dev.eessi.io
36-
│   └── 2023.06
37-
│   └── gh-eb-5.0.0-dev.yml
35+
│   └── software.eessi.io
36+
│   ├── 2023.06
37+
│   │ └── gh-eb-5.1.0-dev.yml
38+
│   └── 2025.06
39+
│   └── gh-eb-5.1.0-dev.yml
3840
3941
```
4042

@@ -44,6 +46,10 @@ dev.eessi.io-example
4446
They are not strictly necessary if your development build can use already existing
4547
easyblocks available through EasyBuild, and / or if nothing needs to be patched
4648

49+
!!! note "The `software.eessi.io` subdirectory is temporary"
50+
51+
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.
52+
4753

4854
### Quick steps to build for `dev.eessi.io`
4955

0 commit comments

Comments
 (0)