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

fix det_patch_specs function in github.py by leveraging is_patch_for after fleshing it out from find_software_name_for_patch #2577

Merged
merged 1 commit into from
Sep 13, 2018

Conversation

boegel
Copy link
Member

@boegel boegel commented Sep 13, 2018

Patches can be specified either as a string with just the name of the patch file ('1.patch'), or as a tuple specifying the filename and the location where the patch should be applied (('1.patch', 'subdir')).

The latter was not taking into account yet in det_patch_specs even though it was done correctly in find_software_name_for_patch via is_patch_for...

…after fleshing it out from find_software_name_for_patch
@boegel boegel added the bug fix label Sep 13, 2018
@boegel boegel added this to the 3.7.0 milestone Sep 13, 2018
@boegel boegel requested a review from ocaisa September 13, 2018 15:08
Copy link
Member

@ocaisa ocaisa left a comment

Choose a reason for hiding this comment

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

LGTM waiting for Travis

@ocaisa ocaisa merged commit ebdd1da into easybuilders:develop Sep 13, 2018
@boegel boegel deleted the fix_det_patch_specs branch September 13, 2018 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants