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

fix default robot path for distutils installation, also search robot path for patch files #433

Merged
merged 6 commits into from
Jan 22, 2013

Conversation

boegel
Copy link
Member

@boegel boegel commented Jan 21, 2013

No description provided.

@boegel
Copy link
Member Author

boegel commented Jan 21, 2013

This should fix #356, #394 and #412.

log.warning("eb not found (%s), failed to determine installation prefix" % out)
else:
# eb should reside in <install_prefix>/bin/eb
install_prefix = os.path.dirname(os.path.dirname(out))
Copy link
Contributor

Choose a reason for hiding this comment

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

double dirname?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we're getting the path for eb, and we need two dirs up (see comment).

@JensTimmerman
Copy link
Contributor

ok

boegel added a commit that referenced this pull request Jan 22, 2013
fix default robot path for distutils installation, also search robot path for patch files
@boegel boegel merged commit 515f8ba into easybuilders:develop Jan 22, 2013
@boegel boegel deleted the easyconfigs_install_path branch January 22, 2013 16:07
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.

2 participants