This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Merged
Conversation
added 7 commits
June 20, 2017 17:42
…ded support for Bitbucket 5.1.3
Contributor
Author
|
Chefspec tests in default_spec.rb are updated and everything passes. |
Collaborator
|
Thanks! I tried to run on my centos 6 4.14.5. It can't complete due to my server doesn't have systemd. |
Contributor
Author
|
Thanks for feedback. The lack of systemd should't be a problem, the cookbook should check if initV or systemd is present and which should be used. I will look into it and improve the code. |
Contributor
Author
|
D'oh. I almost forgot about this. CentOS 6 is now supported with InitV. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Experimental support for Bitbucket 5 (Issue #181).
Added:
Hashes for Bitbucket 5.0.0, 5.1.x
Systemd compatibility
Templates and configs for Bitbucket 5.x.x
Minor changes (Ohai version, ignore .idea project files, etc.)
Ubuntu 16.04
Removed:
Ubuntu 12.04 (EOL)
There are some problems with CentOS, but they are also present in the projects master branch. Ubuntu 14.04 and 16.04 are working without any visible problems.
Update:
Builds on Travis CI are failing, will debug it in the next days.