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

Resolve symlinks for tarballs. #104

Merged
merged 4 commits into from
Mar 23, 2015

Conversation

davebx
Copy link
Contributor

@davebx davebx commented Mar 19, 2015

No description provided.

for name in files:
full_path = os.path.join(root, name)
relative_path = os.path.relpath(full_path, tool_path)
if not relative_path in ignore_list:
Copy link
Member

Choose a reason for hiding this comment

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

@davebx - can you switch this to relative_path not in ignore_list? I think after that Travis should okay the pull request.

jmchilton added a commit that referenced this pull request Mar 23, 2015
@jmchilton jmchilton merged commit f77be53 into galaxyproject:master Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants