-
Notifications
You must be signed in to change notification settings - Fork 203
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
Walk up the directory tree to cleanup build dir (Issue 281) #5
Merged
JensTimmerman
merged 4 commits into
easybuilders:master
from
nudded:281-remove-build-dir
Jul 9, 2012
Merged
Walk up the directory tree to cleanup build dir (Issue 281) #5
JensTimmerman
merged 4 commits into
easybuilders:master
from
nudded:281-remove-build-dir
Jul 9, 2012
Conversation
This file contains 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
great stuff, wait to merge this into master until v0.8 is merged/released |
ghost
assigned JensTimmerman
Jul 5, 2012
Conflicts: easybuild/easybuild_config.py
Conflicts: easybuild/easybuild_config.py
JensTimmerman
added a commit
that referenced
this pull request
Jul 9, 2012
Walk up the directory tree to cleanup build dir (Issue 281)
boegel
pushed a commit
that referenced
this pull request
Apr 19, 2013
add/enhance unit tests, adjust comment
boegel
pushed a commit
that referenced
this pull request
Dec 13, 2013
add --dry-short-short/-D and --search-short-S options, clean up implementation, add unit tests
boegel
pushed a commit
that referenced
this pull request
Jul 8, 2014
rename loadmsg/tclfooter easyconfig params, clean up supporting functionality, add unit tests
rjeschmi
referenced
this pull request
in rjeschmi/easybuild-framework
Mar 19, 2015
…le as an optional parameter
rjeschmi
referenced
this pull request
in rjeschmi/easybuild-framework
Mar 26, 2015
boegel
pushed a commit
that referenced
this pull request
Apr 2, 2015
fix @stdweird's remarks for framework PR 1060
boegel
pushed a commit
that referenced
this pull request
Jul 11, 2015
cleanup of support for packaging + kickstart unit tests related to packaging support
boegel
pushed a commit
that referenced
this pull request
Nov 9, 2015
make EasyConfig instances comparable and hashable
boegel
pushed a commit
that referenced
this pull request
Nov 10, 2016
sync with develop & fix conflict
boegel
pushed a commit
that referenced
this pull request
Mar 17, 2017
fix broken test, modulecmd.tcl requires that paths used for 'module use' actually exist
boegel
pushed a commit
that referenced
this pull request
Aug 21, 2017
reimplement find_backup_name_candidate to use timestamp rather than increasing number
boegel
pushed a commit
that referenced
this pull request
Apr 19, 2018
fix some more style issues in test/framework/suite.py
boegel
pushed a commit
that referenced
this pull request
Sep 20, 2018
minor cleanup in get_source_tarball_from_git + add & use remove_dir/remove function + add tests
boegel
pushed a commit
that referenced
this pull request
Nov 22, 2018
tweak existing toy easyconfig in test_easyconfig_optarch_flags rather than adding two new test easyconfigs with just a different value for toolchainopts
boegel
pushed a commit
that referenced
this pull request
Aug 12, 2019
each entry in checksums may in turn be a list of different types of checksums
boegel
pushed a commit
that referenced
this pull request
Apr 9, 2020
fixes, cleanup, enhancements and tests for probing external modules for missing metadata
lexming
pushed a commit
that referenced
this pull request
Oct 2, 2024
add test to verify that `$PYTHONPATH` or `$EBPYTHONPREFIXES` are set correctly by generated module file
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.
Fix issue #281.