diff --git a/cookbooks/git/.gitignore b/cookbooks/git/.gitignore new file mode 100644 index 0000000..dd1e425 --- /dev/null +++ b/cookbooks/git/.gitignore @@ -0,0 +1,14 @@ +.vagrant +Berksfile.lock +Gemfile.lock +*~ +*# +.#* +\#*# +.*.sw[a-z] +*.un~ +.bundle +.cache +.kitchen +bin +.kitchen.local.yml diff --git a/cookbooks/git/.kitchen.yml b/cookbooks/git/.kitchen.yml new file mode 100644 index 0000000..1711d8e --- /dev/null +++ b/cookbooks/git/.kitchen.yml @@ -0,0 +1,46 @@ +--- +driver_plugin: vagrant +driver_config: + require_chef_omnibus: true + +platforms: +- name: ubuntu-12.04 + driver_config: + box: opscode-ubuntu-12.04 + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box + run_list: + - recipe[apt] + +- name: ubuntu-10.04 + driver_config: + box: opscode-ubuntu-10.04 + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box + run_list: + - recipe[apt] + +- name: centos-6.4 + driver_config: + box: opscode-centos-6.4 + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box + +- name: centos-5.9 + driver_config: + box: opscode-centos-5.9 + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box + +suites: +- name: default + run_list: + - recipe[git] + attributes: {} + +- name: source + excludes: ["ubuntu-12.04", "ubuntu-10.04"] + run_list: + - recipe[git::source] + attributes: {} + +- name: server + run_list: + - recipe[git::server] + attributes: {} diff --git a/cookbooks/git/Berksfile b/cookbooks/git/Berksfile new file mode 100644 index 0000000..34a3b2d --- /dev/null +++ b/cookbooks/git/Berksfile @@ -0,0 +1,8 @@ +site :opscode + +metadata + +group :integration do + cookbook "apt" + cookbook "yum" +end diff --git a/cookbooks/git/CHANGELOG.md b/cookbooks/git/CHANGELOG.md new file mode 100644 index 0000000..f5b72bc --- /dev/null +++ b/cookbooks/git/CHANGELOG.md @@ -0,0 +1,76 @@ +## v2.5.2: + +### Bug + +- [COOK-2813]: Fix bad string interpolation in source recipe + +## v2.5.0: + +* Relax runit version constraint (now depend on 1.0+). + +## v2.4.0: + +* [COOK-2734] - update git versions +## v2.3.0: + +* [COOK-2385] - update git::server for `runit_service` resource support + +## v2.2.0: + +* [COOK-2303] - git::server support for RHEL `platform_family` + +## v2.1.4: + +* [COOK-2110] - initial test-kitchen support (only available in GitHub + repository). +* [COOK-2253] - pin runit dependency + +## v2.1.2: + +* [COOK-2043] - install git on ubuntu 12.04 not git-core + +## v2.1.0: + +The repository didn't have pushed commits, and so the following +changes from earlier-than-latest versions wouldn't be available on the +community site. We're releasing 2.1.0 to correct this. + +* [COOK-1943] - Update to git 1.8.0 +* [COOK-2020] - Add setup option attributes to Git Windows package + install + +## v2.0.0: + +This version uses `platform_family` attribute, making the cookbook incompatible +with older versions of Chef/Ohai, hence the major version bump. + +* [COOK-1668] - git cookbook fails to run due to bad `platform_family` + call +* [COOK-1759] - git::source needs additional package for rhel + `platform_family` + +## v1.1.2: + +* [COOK-2020] - Add setup option attributes to Git Windows package + install + +## v1.1.0: + +* [COOK-1943] - Update to git 1.8.0 + +## v1.0.2: + +* [COOK-1537] - add recipe for source installation + +## v1.0.0: + +* [COOK-1152] - Add support for Mac OS X +* [COOK-1112] - Add support for Windows + +## v0.10.0: + +* [COOK-853] - Git client installation on CentOS + +## v0.9.0: + +* Current public release. diff --git a/cookbooks/git/CONTRIBUTING b/cookbooks/git/CONTRIBUTING new file mode 100644 index 0000000..89ac873 --- /dev/null +++ b/cookbooks/git/CONTRIBUTING @@ -0,0 +1,29 @@ +If you would like to contribute, please open a ticket in JIRA: + +* http://tickets.opscode.com + +Create the ticket in the COOK project and use the cookbook name as the +component. + +For all code contributions, we ask that contributors sign a +contributor license agreement (CLA). Instructions may be found here: + +* http://wiki.opscode.com/display/chef/How+to+Contribute + +When contributing changes to individual cookbooks, please do not +modify the version number in the metadata.rb. Also please do not +update the CHANGELOG.md for a new version. Not all changes to a +cookbook may be merged and released in the same versions. Opscode will +handle the version updates during the release process. You are welcome +to correct typos or otherwise make updates to documentation in the +README. + +If a contribution adds new platforms or platform versions, indicate +such in the body of the commit message(s), and update the relevant +COOK ticket. When writing commit messages, it is helpful for others if +you indicate the COOK ticket. For example: + + git commit -m '[COOK-1041] Updated pool resource to correctly delete.' + +In the ticket itself, it is also helpful if you include log output of +a successful Chef run, but this is not absolutely required. diff --git a/cookbooks/git/Gemfile b/cookbooks/git/Gemfile new file mode 100644 index 0000000..46e0766 --- /dev/null +++ b/cookbooks/git/Gemfile @@ -0,0 +1,3 @@ +source :rubygems + +gem 'test-kitchen', '< 1.0' diff --git a/cookbooks/git/LICENSE b/cookbooks/git/LICENSE new file mode 100644 index 0000000..11069ed --- /dev/null +++ b/cookbooks/git/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/cookbooks/git/README.md b/cookbooks/git/README.md new file mode 100644 index 0000000..e14e8f5 --- /dev/null +++ b/cookbooks/git/README.md @@ -0,0 +1,115 @@ +Description +=========== + +Installs git and optionally sets up a git server as a daemon under runit. + +Requirements +============ +## Ohai and Chef: + +* Ohai: 6.14.0+ + +This cookbook makes use of `node['platform_family']` to simplify platform +selection logic. This attribute was introduced in Ohai v0.6.12. + +## Platform: + +The following platform families are supported: + +* Debian +* Arch +* RHEL +* Fedora +* Mac OS X (10.6.0+) +* Windows + +## Cookbooks: + +* runit (for `git::server`) +* build-essential (for `git::source`) +* dmg (for OS X installation) +* yum (for RHEL 5 installation) + +### Windows Dependencies +The [`windows_package`](https://github.com/opscode-cookbooks/windows#windows_package) resource from the Windows cookbook is required to +install the git package on Windows. + +## Attributes + +### default +The following attributes are platform-specific. + +#### Windows + +* `node['git']['version']` - git version to install +* `node['git']['url']` - URL to git package +* `node['git']['checksum']` - package SHA256 checksum +* `node['git']['display_name']` - `windows_package` resource Display Name (makes the package install idempotent) + +#### Mac OS X + +* `node['git']['osx_dmg']['url']` - URL to git package +* `node['git']['osx_dmg']['checksum']` - package SHA256 checksum + +#### Linux + +* `node['git']['prefix']` - git install directory +* `node['git']['version']` - git version to install +* `node['git']['url']` - URL to git tarball +* `node['git']['checksum']` - tarball SHA256 checksum + +Recipes +======= + +## default + +Installs base git packages based on platform. + +## server + +Sets up a git daemon to provide a server. + +## source + +Installs git from source. + +## windows + +Installs git client on Windows + +Usage +===== + + +This cookbook primarily installs git core packages. It can also be +used to serve git repositories. + +To install git client (all supported platforms): + + include_recipe 'git' + +To install git server: + + include_recipe "git::server" + +This creates the directory specified by git/server/base_path (default is /srv/git) +and starts a git daemon, exporting all repositories found. Repositories need to be +added manually, but will be available once they are created. + +License and Author +================== + +- Author:: Joshua Timberman () +- Copyright:: 2009-2012, Opscode, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/cookbooks/git/TESTING.md b/cookbooks/git/TESTING.md new file mode 100644 index 0000000..e29ff7c --- /dev/null +++ b/cookbooks/git/TESTING.md @@ -0,0 +1,25 @@ +This cookbook includes support for running tests via Test Kitchen (1.0). This has some requirements. + +1. You must be using the Git repository, rather than the downloaded cookbook from the Chef Community Site. +2. You must have Vagrant 1.1 installed. +3. You must have a "sane" Ruby 1.9.3 environment. + +Once the above requirements are met, install the additional requirements: + +Install the berkshelf plugin for vagrant, and berkshelf to your local Ruby environment. + + vagrant plugin install vagrant-berkshelf + gem install berkshelf + +Install Test Kitchen 1.0 (unreleased yet, use the alpha / prerelease version). + + gem install test-kitchen --pre + +Install the Vagrant driver for Test Kitchen. + + gem install kitchen-vagrant + +Once the above are installed, you should be able to run Test Kitchen: + + kitchen list + kitchen test diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb new file mode 100644 index 0000000..1830284 --- /dev/null +++ b/cookbooks/git/attributes/default.rb @@ -0,0 +1,40 @@ +# +# Author:: Jamie Winsor () +# Cookbook Name:: git +# Attributes:: default +# +# Copyright 2008-2012, Opscode, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +case node['platform_family'] +when 'windows' + default['git']['version'] = "1.8.1.2-preview20130201" + default['git']['url'] = "https://msysgit.googlecode.com/files/Git-#{node['git']['version']}.exe" + default['git']['checksum'] = "796ac91f0c7456b53f2717a81f475075cc581af2f447573131013cac5b63bb2a" + default['git']['display_name'] = "Git version #{ node['git']['version'] }" +when "mac_os_x" + default['git']['osx_dmg']['app_name'] = "git-1.8.2-intel-universal-snow-leopard" + default['git']['osx_dmg']['volumes_dir'] = "Git 1.8.2 Snow Leopard Intel Universal" + default['git']['osx_dmg']['package_id'] = "GitOSX.Installer.git182.git.pkg" + default['git']['osx_dmg']['url'] = "https://git-osx-installer.googlecode.com/files/git-1.8.2-intel-universal-snow-leopard.dmg" + default['git']['osx_dmg']['checksum'] = "e1d0ec7a9d9d03b9e61f93652b63505137f31217908635cdf2f350d07cb33e15" +else + default['git']['prefix'] = "/usr/local" + default['git']['version'] = "1.8.2.1" + default['git']['url'] = "https://nodeload.github.com/git/git/tar.gz/v#{node['git']['version']}" + default['git']['checksum'] = "bdc1768f70ce3d8f3e4edcdcd99b2f85a7f8733fb684398aebe58dde3e6bcca2" +end + +default['git']['server']['base_path'] = "/srv/git" +default['git']['server']['export_all'] = "true" diff --git a/cookbooks/git/metadata.json b/cookbooks/git/metadata.json new file mode 100644 index 0000000..61d06b9 --- /dev/null +++ b/cookbooks/git/metadata.json @@ -0,0 +1,77 @@ +{ + "name": "git", + "description": "Installs git and/or sets up a Git server daemon", + "long_description": "Description\n===========\n\nInstalls git and optionally sets up a git server as a daemon under runit.\n\nRequirements\n============\n## Ohai and Chef:\n\n* Ohai: 6.14.0+\n\nThis cookbook makes use of `node['platform_family']` to simplify platform\nselection logic. This attribute was introduced in Ohai v0.6.12.\n\n## Platform:\n\nThe following platform families are supported:\n\n* Debian\n* Arch\n* RHEL\n* Fedora\n* Mac OS X (10.6.0+)\n* Windows\n\n## Cookbooks:\n\n* runit (for `git::server`)\n* build-essential (for `git::source`)\n* dmg (for OS X installation)\n* yum (for RHEL 5 installation)\n\n### Windows Dependencies\nThe [`windows_package`](https://github.com/opscode-cookbooks/windows#windows_package) resource from the Windows cookbook is required to\ninstall the git package on Windows.\n\n## Attributes\n\n### default\nThe following attributes are platform-specific.\n\n#### Windows\n\n* `node['git']['version']` - git version to install\n* `node['git']['url']` - URL to git package\n* `node['git']['checksum']` - package SHA256 checksum\n* `node['git']['display_name']` - `windows_package` resource Display Name (makes the package install idempotent) \n\n#### Mac OS X\n\n* `node['git']['osx_dmg']['url']` - URL to git package\n* `node['git']['osx_dmg']['checksum']` - package SHA256 checksum\n\n#### Linux\n\n* `node['git']['prefix']` - git install directory\n* `node['git']['version']` - git version to install\n* `node['git']['url']` - URL to git tarball\n* `node['git']['checksum']` - tarball SHA256 checksum\n\nRecipes\n=======\n\n## default\n\nInstalls base git packages based on platform.\n\n## server\n\nSets up a git daemon to provide a server.\n\n## source\n\nInstalls git from source.\n\n## windows\n\nInstalls git client on Windows\n\nUsage\n=====\n\n\nThis cookbook primarily installs git core packages. It can also be\nused to serve git repositories.\n\nTo install git client (all supported platforms):\n\n include_recipe 'git'\n\nTo install git server:\n\n include_recipe \"git::server\"\n\nThis creates the directory specified by git/server/base_path (default is /srv/git)\nand starts a git daemon, exporting all repositories found. Repositories need to be\nadded manually, but will be available once they are created.\n\nLicense and Author\n==================\n\n- Author:: Joshua Timberman ()\n- Copyright:: 2009-2012, Opscode, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", + "maintainer": "Opscode, Inc.", + "maintainer_email": "cookbooks@opscode.com", + "license": "Apache 2.0", + "platforms": { + "amazon": ">= 0.0.0", + "arch": ">= 0.0.0", + "centos": ">= 0.0.0", + "debian": ">= 0.0.0", + "fedora": ">= 0.0.0", + "redhat": ">= 0.0.0", + "scientific": ">= 0.0.0", + "oracle": ">= 0.0.0", + "ubuntu": ">= 0.0.0", + "windows": ">= 0.0.0", + "mac_os_x": ">= 10.6.0" + }, + "dependencies": { + "dmg": ">= 0.0.0", + "build-essential": ">= 0.0.0", + "yum": ">= 0.0.0", + "windows": ">= 0.0.0", + "runit": ">= 1.0" + }, + "recommendations": { + }, + "suggestions": { + }, + "conflicting": { + }, + "providing": { + }, + "replacing": { + }, + "attributes": { + "git/server/base_path": { + "display_name": "Git Daemon Base Path", + "description": "A directory containing git repositories to be exposed by the git-daemon", + "default": "/srv/git", + "recipes": [ + "git::server" + ], + "choice": [ + + ], + "calculated": false, + "type": "string", + "required": "optional" + }, + "git/server/export_all": { + "display_name": "Git Daemon Export All", + "description": "Adds the --export-all option to the git-daemon parameters, making all repositories publicly readable even if they lack the \"git-daemon-export-ok\" file", + "choice": [ + "true", + "false" + ], + "default": "true", + "recipes": [ + "git::server" + ], + "calculated": false, + "type": "string", + "required": "optional" + } + }, + "groupings": { + }, + "recipes": { + "git": "Installs git", + "git::server": "Sets up a runit_service for git daemon", + "git::source": "Installs git from source" + }, + "version": "2.5.2" +} \ No newline at end of file diff --git a/cookbooks/git/metadata.rb b/cookbooks/git/metadata.rb new file mode 100644 index 0000000..e059c84 --- /dev/null +++ b/cookbooks/git/metadata.rb @@ -0,0 +1,35 @@ +name "git" +maintainer "Opscode, Inc." +maintainer_email "cookbooks@opscode.com" +license "Apache 2.0" +description "Installs git and/or sets up a Git server daemon" +long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) +version "2.5.2" +recipe "git", "Installs git" +recipe "git::server", "Sets up a runit_service for git daemon" +recipe "git::source", "Installs git from source" + +%w{ amazon arch centos debian fedora redhat scientific oracle amazon ubuntu windows }.each do |os| + supports os +end + +supports "mac_os_x", ">= 10.6.0" + +%w{ dmg build-essential yum windows }.each do |cookbook| + depends cookbook +end + +depends "runit", ">= 1.0" + +attribute "git/server/base_path", + :display_name => "Git Daemon Base Path", + :description => "A directory containing git repositories to be exposed by the git-daemon", + :default => "/srv/git", + :recipes => ["git::server"] + +attribute "git/server/export_all", + :display_name => "Git Daemon Export All", + :description => "Adds the --export-all option to the git-daemon parameters, making all repositories publicly readable even if they lack the \"git-daemon-export-ok\" file", + :choice => ["true", "false"], + :default => "true", + :recipes => ["git::server"] diff --git a/cookbooks/git/recipes/default.rb b/cookbooks/git/recipes/default.rb new file mode 100644 index 0000000..933face --- /dev/null +++ b/cookbooks/git/recipes/default.rb @@ -0,0 +1,46 @@ +# +# Cookbook Name:: git +# Recipe:: default +# +# Copyright 2008-2009, Opscode, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +case node['platform_family'] +when "debian" + if node['platform'] == "ubuntu" && node['platform_version'].to_f < 10.10 + package "git-core" + else + package "git" + end +when "rhel","fedora" + case node['platform_version'].to_i + when 5 + include_recipe "yum::epel" + end + package "git" +when "windows" + include_recipe 'git::windows' +when "mac_os_x" + dmg_package "GitOSX-Installer" do + app node['git']['osx_dmg']['app_name'] + package_id node['git']['osx_dmg']['package_id'] + volumes_dir node['git']['osx_dmg']['volumes_dir'] + source node['git']['osx_dmg']['url'] + checksum node['git']['osx_dmg']['checksum'] + type "pkg" + action :install + end +else + package "git" +end diff --git a/cookbooks/git/recipes/server.rb b/cookbooks/git/recipes/server.rb new file mode 100644 index 0000000..b67461c --- /dev/null +++ b/cookbooks/git/recipes/server.rb @@ -0,0 +1,57 @@ +# +# Cookbook Name:: git +# Recipe:: server +# +# Copyright 2009, Opscode, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +if node["platform"] == "windows" + return "#{node['platform']} is not supported by the #{cookbook_name}::#{recipe_name} recipe" +end + +include_recipe "git" + +directory node["git"]["server"]["base_path"] do + owner "root" + group "root" + mode 00755 +end + +case node['platform_family'] +when "debian" + include_recipe "runit" + + package "git-daemon-run" + + runit_service "git-daemon" do + sv_templates false + end +when "rhel" + package "git-daemon" + + template "/etc/xinetd.d/git" do + backup false + source "git-xinetd.d.erb" + owner "root" + group "root" + mode 00644 + end + + service "xinetd" do + action [:enable, :restart] + end +else + log "Platform requires setting up a git daemon service script." + log "Hint: /usr/bin/git daemon --export-all --user=nobody --group=daemon --base-path=#{node["git"]["server"]["base_path"]}" +end diff --git a/cookbooks/git/recipes/source.rb b/cookbooks/git/recipes/source.rb new file mode 100644 index 0000000..bd93e13 --- /dev/null +++ b/cookbooks/git/recipes/source.rb @@ -0,0 +1,48 @@ +# +# Cookbook Name:: git +# Recipe:: source +# +# Copyright 2012, Brian Flad, Fletcher Nichol +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +if node["platform"] == "windows" + return "#{node['platform']} is not supported by the #{cookbook_name}::#{recipe_name} recipe" +end + +include_recipe "build-essential" + +pkgs = value_for_platform_family( + ["rhel"] => %w{ expat-devel gettext-devel libcurl-devel openssl-devel perl-ExtUtils-MakeMaker zlib-devel } +) + +pkgs.each do |pkg| + package pkg +end + +remote_file "#{Chef::Config['file_cache_path']}/git-#{node['git']['version']}.tar.gz" do + source node['git']['url'] + checksum node['git']['checksum'] + mode 00644 + not_if "test -f #{Chef::Config['file_cache_path']}/git-#{node['git']['version']}.tar.gz" +end + +execute "Extracting and Building Git #{node['git']['version']} from Source" do + cwd Chef::Config['file_cache_path'] + command <<-COMMAND + (mkdir git-#{node['git']['version']} && tar -zxf git-#{node['git']['version']}.tar.gz -C git-#{node['git']['version']} --strip-components 1) + (cd git-#{node['git']['version']} && make prefix=#{node['git']['prefix']} install) + COMMAND + creates "#{node['git']['prefix']}/bin/git" + not_if "git --version | grep #{node['git']['version']}" +end diff --git a/cookbooks/git/recipes/windows.rb b/cookbooks/git/recipes/windows.rb new file mode 100644 index 0000000..957b94b --- /dev/null +++ b/cookbooks/git/recipes/windows.rb @@ -0,0 +1,32 @@ +# +# Cookbook Name:: git +# Recipe:: windows +# +# Copyright 2008-2009, Opscode, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +windows_package node['git']['display_name'] do + action :install + source node['git']['url'] + checksum node['git']['checksum'] + installer_type :inno +end + +# Git is installed to Program Files (x86) on 64-bit machines and +# 'Program Files' on 32-bit machines +PROGRAM_FILES = ENV['ProgramFiles(x86)'] || ENV['ProgramFiles'] + +windows_path "#{ PROGRAM_FILES }\\Git\\Cmd" do + action :add +end diff --git a/cookbooks/git/templates/default/git-xinetd.d.erb b/cookbooks/git/templates/default/git-xinetd.d.erb new file mode 100644 index 0000000..e3cf2e6 --- /dev/null +++ b/cookbooks/git/templates/default/git-xinetd.d.erb @@ -0,0 +1,10 @@ +service git +{ + disable = no + socket_type = stream + wait = no + user = nobody + server = /usr/libexec/git-core/git-daemon + server_args = --base-path=<%= node["git"]["server"]["base_path"] %> <% if node["git"]["server"]["export_all"] == "true" %>--export-all <% end %>--syslog --inetd --verbose + log_on_failure += USERID +} diff --git a/cookbooks/git/templates/default/sv-git-daemon-log-run.erb b/cookbooks/git/templates/default/sv-git-daemon-log-run.erb new file mode 100644 index 0000000..a79a518 --- /dev/null +++ b/cookbooks/git/templates/default/sv-git-daemon-log-run.erb @@ -0,0 +1,2 @@ +#!/bin/sh +exec svlogd -tt ./main diff --git a/cookbooks/git/templates/default/sv-git-daemon-run.erb b/cookbooks/git/templates/default/sv-git-daemon-run.erb new file mode 100644 index 0000000..123d7d8 --- /dev/null +++ b/cookbooks/git/templates/default/sv-git-daemon-run.erb @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +exec /usr/bin/git daemon <% if node["git"]["server"]["export_all"] == "true" %>--export-all <% end %>--user=nobody --group=daemon --syslog --base-path=<%= node["git"]["server"]["base_path"] %> <%= node["git"]["server"]["base_path"] %>