Skip to content

add hook that copies the easybuild subdirectory of every installation to a central reprod directory #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jul 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update eb_hooks.py
Co-authored-by: ocaisa <alan.ocais@cecam.org>
  • Loading branch information
bedroge and ocaisa authored Jul 8, 2025
commit ad765673feef7c6ae1cdc62ebd67c9867a678d5f
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def post_easyblock_hook_copy_easybuild_subdir(self, *args, **kwargs):
"""
Post easyblock hook that copies the easybuild subdirectory of every installed application
to a central and timestamped location in the root of the software stack, e.g.:
/path/to/stack/reprod/20250102T12:34:56Z/MyApp/1.2-foss-2025a
/path/to/stack/reprod/MyApp/1.2-foss-2025a/20250102T12:34:56Z
"""

stack_reprod_dir = os.path.join(os.path.dirname(install_path()), STACK_REPROD_SUBDIR)
Expand Down
Loading