-
Notifications
You must be signed in to change notification settings - Fork 202
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
first look for patch in alt_location when it is specified #4093
first look for patch in alt_location when it is specified #4093
Conversation
When alt_location is specified we should not look in the directory of the easyconfig for patches before alt_location.
This extends the impact of We should add some logging though, to make it clear that the directory where the easyconfig file is being excluded because |
@boegel something like that then? |
…in which easyconfig file is located is being consider to locate file
…file is located is ignored when alt_location is used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And we should cover this in the test for obtain_file
too.
See akesandgren#20
…t_location always log a message in obtain_file to indicate whether or directory in which easyconfig file is located is being consider to locate file + enhance test_obtain_file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
When alt_location is specified we should not look in the directory of the easyconfig for patches before alt_location.