-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix for issue with source_download set to latest #752
base: develop
Are you sure you want to change the base?
Conversation
lib/pavilion/builder.py
Outdated
@@ -319,7 +319,7 @@ def _update_src(self): | |||
|
|||
if (src_url is not None | |||
and ((src_download == 'missing' and found_src_path is None) | |||
or src_download == 'latest')): |
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.
You've just changed the behavior of 'latest' such that it is now doing the same as 'missing'. That's not the problem. It seems that the files are getting downloaded, but they're not getting copied into their expected destination where Pavilion can find them.
This is still an empty merge request... |
Code review checklist: