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

don't change directory in download_repo function in tools.github #3486

Merged

Conversation

boegel
Copy link
Member

@boegel boegel commented Oct 25, 2020

fleshed out from #3482

The change_dir done by the download_repo function is a nasty side effect, and not actually needed at all for the implementation of it. In addition, none of the functions that call out to download_repo rely on this side effect, so it's a change that's safe to make as a bug fix.

fixes #3283

Copy link
Member

@migueldiascosta migueldiascosta left a comment

Choose a reason for hiding this comment

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

lgtm

@migueldiascosta
Copy link
Member

Going in, thanks @boegel!

@migueldiascosta migueldiascosta merged commit 964c3fe into easybuilders:develop Oct 26, 2020
@boegel boegel deleted the download_repo_no_change_dir branch October 26, 2020 07:50
@boegel boegel added the change label Oct 28, 2020
@boegel boegel changed the title don't change directory in download_repo function don't change directory in download_repo function in tools.github Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

using --include-easyblocks-from-pr together with a local easyconfig file fails
2 participants