Skip to content

Commit

Permalink
Updating metadata, versions and documentation for bootstrap, for 0.8.…
Browse files Browse the repository at this point in the history
…x release of Chef
  • Loading branch information
jtimberman committed Feb 28, 2010
1 parent 87f23e2 commit 9dfd91b
Showing 1 changed file with 41 additions and 51 deletions.
92 changes: 41 additions & 51 deletions metadata.json
@@ -1,52 +1,42 @@
{
"maintainer": "Opscode, Inc.",
"description": "Installs git and\/or sets up a Git server daemon",
"recommendations": {

},
"maintainer_email": "cookbooks@opscode.com",
"recipes": {
"git::server": "Sets up a runit_service for git daemon",
"git": ""
},
"suggestions": {

},
"platforms": {
"ubuntu": [

],
"debian": [

]
},
"version": "0.7.0",
"name": "git",
"conflicting": {

},
"attributes": {

},
"providing": {
"git::server": [

],
"git": [

]
},
"license": "Apache 2.0",
"long_description": "= DESCRIPTION:\n\nInstalls git.\n\n= REQUIREMENTS:\n\n== Cookbooks:\n\nOpscode Cookbooks (http:\/\/github.com\/opscode\/cookbooks\/tree\/master)\n\n* runit\n\n= USAGE:\n\nThis cookbook primarily installs git core packages. It can also be used to serve git repositories.\n\n include_recipe \"git::server\"\n\nThis creates the directory \/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.\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, 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.",
"replacing": {

},
"dependencies": {
"runit": [

],
"apache2": [

]
}
}
"dependencies": {
"runit": [

],
"apache2": [

]
},
"replacing": {
},
"description": "Installs git and/or sets up a Git server daemon",
"groupings": {
},
"platforms": {
"ubuntu": [

],
"debian": [

]
},
"version": "0.7.0",
"recommendations": {
},
"name": "git",
"maintainer": "Opscode, Inc.",
"long_description": "= DESCRIPTION:\n\nInstalls git.\n\n= REQUIREMENTS:\n\n== Cookbooks:\n\nOpscode Cookbooks (http://github.com/opscode/cookbooks/tree/master)\n\n* runit\n\n= USAGE:\n\nThis cookbook primarily installs git core packages. It can also be used to serve git repositories.\n\n include_recipe \"git::server\"\n\nThis creates the directory /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.\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, 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.",
"recipes": {
"git::server": "Sets up a runit_service for git daemon"
},
"suggestions": {
},
"maintainer_email": "cookbooks@opscode.com",
"attributes": {
},
"conflicting": {
},
"license": "Apache 2.0",
"providing": {
}
}

0 comments on commit 9dfd91b

Please sign in to comment.