forked from easybuilders/easybuild-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Granular exit code #1
Merged
dagonzalezfo
merged 97 commits into
dagonzalezfo:4426_granular_exit_code
from
lexming:granular_exit_code
Aug 20, 2024
Merged
Granular exit code #1
dagonzalezfo
merged 97 commits into
dagonzalezfo:4426_granular_exit_code
from
lexming:granular_exit_code
Aug 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ating of easyconfig parameter values
add support for alternate easyconfig parameters/templates/constants
…l_cmd + enhance test to verify they're working as intended
minor tweaks to dumping of `env.sh` + `run.sh` helper scripts in `run_shell_cmd` + enhance test to verify they're working as intended
…ate_resolve Fix resolved (template) values in case of failure
…yconfig was modified
…ch_github fix `test_update_branch_github` which got broken because toy-0.0.eb easyconfig was modified
… add test for env option in run_shell_cmd
fix handling of specified command environment in `create_cmd_scripts` + add test for env option in `run_shell_cmd`
create `env.sh` and `cmd.sh` helper scripts in `run_shell_cmd`
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
sync with develop (20240605)
…hook is triggered sufficiently early
…ternates add renamed alternate constants/templates/parameters
trigger pre-hook in `run_shell_cmd` as early as possible so dry-run + trace output is correct
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhancement of PR easybuilders#4534
List of changes looks big because I'm also syncing your PR with the current state of
5.0.x
. Actual changes in my branch are concentrated in commit 0d31d34