diff --git a/metadata.json b/metadata.json deleted file mode 100644 index 0fcd95a..0000000 --- a/metadata.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "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 ()\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": { - } - } \ No newline at end of file