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

Wrap non-repo installs in installed state checks #69

Merged
merged 8 commits into from Aug 18, 2016
Merged

Conversation

hartmantis
Copy link
Owner

With code to find the currently installed version on each supported platform. This will allow implementation of upgrade actions for non-repo installs and keep non-repo installs from re-downloading package files if they don't need to install anything.

This will make it easier to do version checks and upgrades for non-repo
installs.
This way we won't re-download the source file repeatedly if Chef's cache
is cleared and the package is already installed. This'll also help
enable upgrade actions for non-repo installs.

Repo installs are already clean repo + package Chef resources, so
they can still be left to do their thing.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d19c894 on jdh-upgrade-pt2 into e3775cf on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d19c894 on jdh-upgrade-pt2 into e3775cf on master.

@hartmantis hartmantis force-pushed the jdh-upgrade-pt2 branch 2 times, most recently from cf6aa27 to f87319e Compare August 18, 2016 06:29
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f87319e on jdh-upgrade-pt2 into e3775cf on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 2d62d89 on jdh-upgrade-pt2 into e3775cf on master.

This should restore support for Fedora, where YUM's existence and
functionality is not guaranteed.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f60e706 on jdh-upgrade-pt2 into e3775cf on master.

Otherwise the homebrew::default recipe causes "stack too deep" errors
when running ChefSpec on non-OS X platforms.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling be2ea52 on jdh-upgrade-pt2 into e3775cf on master.

@hartmantis hartmantis merged commit 0da9659 into master Aug 18, 2016
@hartmantis hartmantis deleted the jdh-upgrade-pt2 branch August 18, 2016 18:04
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