Skip to content

Commit 6b1e921

Browse files
committed
fix a few typos
1 parent 76dd94b commit 6b1e921

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eessi_software_reproduce_stack.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
1717
The script
1818
- Determines all software that was installed in the reference prefix
19-
- Sorts it in order of installation. For software that was later rebuild, the original installation time is used.
19+
- Sorts it in order of installation. For software that was later rebuilt, the original installation time is used.
2020
- In the installation order, easyconfig names are added to easystack files
21-
- A new easystack file is started when either the easybuild version to be used changes, or when the maximum build
21+
- A new easystack file is started when either the EasyBuild version to be used changes, or when the maximum build
2222
time is exceeded (build times of the software in the reference software subdir are used to estimate this)
2323
24-
By sticking to the original order in which software was installed, using the robot should not be needed. Since nothing
24+
By sticking to the original order in which software was installed, using the robot option should not be needed. Since nothing
2525
is installed by the robot, one is able to guarantee that the same easyconfigs and easyblocks are used that were
2626
used during original installation time.
2727
@@ -33,7 +33,7 @@
3333
python3 eessi_software_reproduce_stack.py --reference-software-subdir=x86_64/amd/zen2 --eessi-version 2025.06
3434
will create easystacks that allow you to replicate the software installed in
3535
/cvmfs/software.eessi.io/versions/2025.06/<eessi-version>/software/linux/<reference-software-subdir>, as
36-
provided the logs of these installations where backed up to
36+
provided the logs of these installations were backed up to
3737
/cvmfs/software.eessi.io/versions/2025.06/<eessi-version>/software/linux/<reference-software-subdir>/reprod
3838
(which was standard practice starting with EESSI version 2025.06).
3939
"""

0 commit comments

Comments
 (0)