Skip to content

Choose a easyconfig from a PR#1132

Merged
boegel merged 6 commits intoeasybuilders:developfrom
wpoely86:select_frompr
Jan 9, 2015
Merged

Choose a easyconfig from a PR#1132
boegel merged 6 commits intoeasybuilders:developfrom
wpoely86:select_frompr

Conversation

@wpoely86
Copy link
Copy Markdown
Member

@wpoely86 wpoely86 commented Jan 9, 2015

eb --from-pr XX file.eb now works. It will only install the file.eb
easyconfig but using all deps in the PR.

eb --from-pr XX file.eb now works. It will only install the file.eb
easyconfig but using all deps in the PR.
@hpcugentbot
Copy link
Copy Markdown

Test FAILed.

@hpcugentbot
Copy link
Copy Markdown

Test FAILed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Very nice PR, thanks for the contribution! and reviewed visually by now.

For my curiosity: the above line is only a difference in syntactic sugar or, there is some other semantic aspect to it?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

pep8 was complaining that the proper way to do this is not in.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@wpoely86: OK, I think from your part well done and said.

If anyone knows why pep8 triggered the warning, it would be nice to know;
perhaps code maintainability as such an expression may perhaps grow later on...?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@fgeorgatos: I think it's about interpreting the code. not x in xs could be interpreted as not (x in xs) or (not x) in xs. You don't have that problem with x not in xs.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 9, 2015

current behaviour:

$ eb --from-pr 1287 GCC-4.8.2.eb horton-1.0.2-goolf-1.4.10-Python-2.7.3.eb -D | egrep "/GCC|horton|Libint"
 * [x] /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC/GCC-4.8.2.eb (module: GCC/4.8.2)
 * [ ] /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC/GCC-4.7.2.eb (module: GCC/4.7.2)
 * [ ] /tmp/files_pr1287/Libint-2.0.3-goolf-1.4.10.eb (module: Libint/2.0.3-goolf-1.4.10)
 * [ ] /tmp/files_pr1287/horton-1.0.2-goolf-1.4.10-Python-2.7.3.eb (module: horton/1.0.2-goolf-1.4.10-Python-2.7.3)
$ eb --from-pr 1287 GCC-4.8.2.eb -D | egrep "/GCC|horton|Libint" 
CFGS=/Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC
 * [x] $CFGS/GCC-4.8.2.eb (module: GCC/4.8.2)
$ eb --from-pr 1287 -D | egrep "/GCC|horton|Libint" 
 * [ ] /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC/GCC-4.7.2.eb (module: GCC/4.7.2)
 * [ ] /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC/GCC-4.6.3.eb (module: GCC/4.6.3)
 * [ ] /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC/GCC-4.8.3.eb (module: GCC/4.8.3)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-goolf-1.4.10.eb (module: Libint/1.1.4-goolf-1.4.10)
 * [ ] /tmp/files_pr1287/Libint-2.0.3-goolf-1.4.10.eb (module: Libint/2.0.3-goolf-1.4.10)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-ictce-3.2.2.u3.eb (module: Libint/1.1.4-ictce-3.2.2.u3)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-ictce-4.1.13.eb (module: Libint/1.1.4-ictce-4.1.13)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-ictce-5.3.0.eb (module: Libint/1.1.4-ictce-5.3.0)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-ictce-5.5.0.eb (module: Libint/1.1.4-ictce-5.5.0)
 * [ ] /tmp/files_pr1287/Libint-2.0.3-ictce-4.1.13.eb (module: Libint/2.0.3-ictce-4.1.13)
 * [ ] /tmp/files_pr1287/Libint-2.0.3-ictce-5.5.0.eb (module: Libint/2.0.3-ictce-5.5.0)
 * [ ] /tmp/files_pr1287/Libint-2.0.3-intel-2014b.eb (module: Libint/2.0.3-intel-2014b)
 * [ ] /tmp/files_pr1287/horton-1.0.2-goolf-1.4.10-Python-2.7.3.eb (module: horton/1.0.2-goolf-1.4.10-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.1.0-goolf-1.4.10-Python-2.7.3.eb (module: horton/1.1.0-goolf-1.4.10-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.2.0-goolf-1.4.10-Python-2.7.3.eb (module: horton/1.2.0-goolf-1.4.10-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.2.1-goolf-1.4.10-Python-2.7.3.eb (module: horton/1.2.1-goolf-1.4.10-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.0.2-ictce-4.1.13-Python-2.7.3.eb (module: horton/1.0.2-ictce-4.1.13-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.1.0-ictce-4.1.13-Python-2.7.3.eb (module: horton/1.1.0-ictce-4.1.13-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.2.0-ictce-4.1.13-Python-2.7.3.eb (module: horton/1.2.0-ictce-4.1.13-Python-2.7.3)
 * [ ] /tmp/files_pr1287/horton-1.2.1-ictce-4.1.13-Python-2.7.3.eb (module: horton/1.2.1-ictce-4.1.13-Python-2.7.3)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-gmacml-1.7.0.eb (module: Libint/1.1.4-gmacml-1.7.0)
 * [ ] /tmp/files_pr1287/Libint-1.1.4-goalf-1.1.0-no-OFED.eb (module: Libint/1.1.4-goalf-1.1.0-no-OFED)

@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 9, 2015

Looking great now, Jenkins is happy, so going in.

Thanks @wpoely86!

boegel added a commit that referenced this pull request Jan 9, 2015
@boegel boegel merged commit 1052764 into easybuilders:develop Jan 9, 2015
@wpoely86 wpoely86 deleted the select_frompr branch January 9, 2015 16:03
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.

4 participants