Skip to content
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

replace run_cmd with run_shell_cmd in custom easyblock for ATLAS (atlas.py) #3097

Closed

Conversation

branfosj
Copy link
Member

@branfosj branfosj commented Jan 28, 2024

(created using eb --new-pr)

  • No non-archived ATLAS easyconfigs
  • No use of EB_ATLAS in easyconfigs or blocks

@branfosj branfosj added this to the 5.0 milestone Jan 28, 2024
@branfosj branfosj changed the title replace run_cmd with run_shell_cmd in atlas.py replace run_cmd with run_shell_cmd in custom easyblock for ADF (atlas.py) Jan 29, 2024
@branfosj branfosj changed the title replace run_cmd with run_shell_cmd in custom easyblock for ADF (atlas.py) replace run_cmd with run_shell_cmd in custom easyblock for ATLAS (atlas.py) Jan 29, 2024

if exitcode != 0:
if res.code != 0:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if res.code != 0:
if res.exit_code != 0:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

easybuilders/easybuild-docs#240 for updating the documentation to avoid someone else making the same mistake I made here.

@boegel
Copy link
Member

boegel commented Jan 29, 2024

@branfosj Last stable release of ATLAS was in 2016, and I doubt we'll get new easyconfigs for this soon, so maybe this is another easyblock we want to simply retire for EasyBuild 5.0?

@branfosj
Copy link
Member Author

@branfosj Last stable release of ATLAS was in 2016, and I doubt we'll get new easyconfigs for this soon, so maybe this is another easyblock we want to simply retire for EasyBuild 5.0?

I agree. See #3103

@branfosj branfosj closed this Jan 29, 2024
@branfosj branfosj deleted the 20240128151056_new_pr_atlas branch January 29, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants