forked from easybuilders/easybuild-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
different approach to avoid blind overwriting of existing files with --try-* #8
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sync with master + bump to 3.7.1dev
…sy_install' instead
…mplating fix templating of values in list_software function
…1804 stop relying on 'easy_install' in bootstrap script, use 'python -m easy_install' instead
lower required Lmod version to 6.5.1
…modules tool in place for --fetch
generate .modulerc.lua when Lua syntax and Lmod >= 7.8 is used
…abels determine file_info for all easyconfigs before any actual copying
fix composing of lib64 fallback paths in sanity check
…e can check whether it exists
… module name from wrapper module + full module name of wrapper module itself
… as modules tool, enhance tests for module_wrapper_exists method
use https in source_urls in gzip test easyconfigs Thanks @boegel
fix checksum for gzip-1.4.eb test easyconfig in test_exts_list
update template constants to use https
add support for deprecating easyconfig files & toolchains
…t_dup changed easyconfig.update to be able to specify not to allow duplicate values
…s --force is used, and to be verbose about creating backups
…eys_order fix order of keys in 'toolchain' value for dumped easyconfig file (name, version) + run style check on dumped easyconfigs in dump tests
mboisson
pushed a commit
that referenced
this pull request
Nov 20, 2018
…r-module-path clean up duplicate code
bartoldeman
pushed a commit
that referenced
this pull request
Jan 30, 2019
enhance test for check_pr_eligible_to_merge to catch fixed bug w.r.t. last test report having to be successful
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@mboisson This is a big update because i) your
fix-bug-tweakbranch was significantly behidnd ondevelop, and ii) I had to fix a couple of merge conflicts with recently merged PRs (incl. easybuilders#2660)If you want to review this first, the key changes compared to easybuilders#2635 are in commits 4a7b9d1 and b299861 (all the rest is stuff that got merged into
developalready).