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

Feature no omnijack call when package_url defined #48

Closed
wants to merge 2 commits into from

Conversation

mcallb
Copy link
Contributor

@mcallb mcallb commented Mar 26, 2015

Most of the time we are installing from a local artifact repository. This change eliminates the external api call when the package_url is defined.

The global_shell_init method was failing on Windows so I added a platform check and skip the call on Windows. After making the changes, RuboCop complained the action_install method had to many lines. I tried moving the unless to the same line as the global_shell_init method but then it complained the line was to long.

hartmantis added a commit that referenced this pull request May 13, 2015
@hartmantis
Copy link
Owner

I had to move some things around to get the build passing again, but this has been merged as part of #50 and will be in the next release.

@hartmantis hartmantis closed this May 13, 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.

None yet

2 participants