support use of %(DEFAULT_ROBOT_PATHS)s template in EasyBuild configuration files#1100
support use of %(DEFAULT_ROBOT_PATHS)s template in EasyBuild configuration files#1100boegel merged 5 commits intoeasybuilders:developfrom
Conversation
|
@stdweird: only supporting the What's stopping us from also supporting this on the level of environment variables or even command line options, exactly? I (briefly) tried figuring out where to handle this in |
|
Test PASSed. |
There was a problem hiding this comment.
this does probably not do what it you think it does. it will override any predefined DEFAULT section completly
|
it would be a lot of work, dunno what the added value would (esp. in the case of the |
|
remark fixed and added I've been giving supporting this through env vars and cmdline options a bit more thought, and it's probably OK for now to not support it. I'll make sure it's clear in the documentation that the templating is only supported in config files. |
|
Test FAILed. |
|
Test PASSed. |
|
Test PASSed. |
|
remarks fixed, Jenkins is happy, thanks for the review @stdweird I'll get all the stuff w.r.t. |
support use of %(DEFAULT_ROBOT_PATHS)s template in EasyBuild configuration files
This is required to provide users full control over which robot paths are used, while retaining the possibility of using the installed easyconfig files as a fallback (or not).