https://github.com/alt3/chef-git-ppa
Chef cookbook for installing Git 2.x using Launchpad PPA
https://github.com/alt3/chef-git-ppa
Last synced: 8 months ago
JSON representation
Chef cookbook for installing Git 2.x using Launchpad PPA
- Host: GitHub
- URL: https://github.com/alt3/chef-git-ppa
- Owner: alt3
- License: mit
- Created: 2014-10-31T18:48:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T13:00:31.000Z (over 11 years ago)
- Last Synced: 2025-01-16T22:23:54.350Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# git-ppa cookbook
[](https://travis-ci.org/alt3/chef-git-ppa)
Installs Git 2.x using [Launchpad stable PPA](https://launchpad.net/~git-core/+archive/ubuntu/ppa).
# Supported Platforms
This cookbook is test-kitchen tested against the following platforms:
- ubuntu-14.04
# Depends
- Opscode [apt](https://github.com/opscode-cookbooks/apt) LWRP Cookbook
# Recipes
## git-ppa::default
Installs git.
# Contributing
1. Fork it ( https://github.com/alt3-cookbooks/chef-ppa/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make sure test-kitchen and foodcritic tests pass
4. Commit your changes (`git commit -am 'Adds some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request