Skip to content

make sure that EESSI version for which build is triggered matches with location of easystack file + fix URL in create_directory_tarballs.sh #7

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 2 commits into from
Jun 13, 2025

Conversation

boegel
Copy link
Contributor

@boegel boegel commented Jun 13, 2025

No description provided.

@boegel boegel changed the title make sure that EESSI version for which build is triggered matches with location of easystack file make sure that EESSI version for which build is triggered matches with location of easystack file + fix URL in create_directory_tarballs.sh Jun 13, 2025
@ocaisa ocaisa merged commit a621ae5 into EESSI:main Jun 13, 2025
45 checks passed
Neves-P added a commit to jngrad/dev.eessi.io-espresso that referenced this pull request Jun 13, 2025
@boegel boegel deleted the EESSI_version_check branch June 13, 2025 11:04
@@ -358,6 +358,12 @@ else
new_easystacks=$(echo "${changed_easystacks}" | (grep -v "/rebuilds/" || true))
for easystack_file in ${rebuild_easystacks} ${new_easystacks}; do

# make sure that easystack file being picked up is for EESSI version that we're building for...
echo "${easystack_file}" | grep -q "^easystacks/${EESSI_VERSION}/"
Copy link
Member

Choose a reason for hiding this comment

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

Damn, this is wrong: easystacks/software.eessi.io/2023.06

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah snap, I should've been more careful here... :|

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed in #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants