Skip to content

Instantly share code, notes, and snippets.

@someara
Created December 12, 2013 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someara/944ea80667ad5ccaa005 to your computer and use it in GitHub Desktop.
Save someara/944ea80667ad5ccaa005 to your computer and use it in GitHub Desktop.
$ knife cookbook site download git
Downloading git from the cookbooks site at version 2.8.4 to /Users/someara/Downloads/git-2.8.4.tar.gz
Cookbook saved: /Users/someara/Downloads/git-2.8.4.tar.gz
$ tar xzvf git-2.8.4.tar.gz
x git/
x git/CHANGELOG.md
x git/README.md
x git/attributes
x git/attributes/default.rb
x git/metadata.json
x git/metadata.rb
x git/recipes
x git/recipes/default.rb
x git/recipes/server.rb
x git/recipes/source.rb
x git/recipes/windows.rb
x git/templates
x git/templates/default
x git/templates/default/git-xinetd.d.erb
x git/templates/default/sv-git-daemon-log-run.erb
x git/templates/default/sv-git-daemon-run.erb
$ grep yum git/metadata.rb
depends 'yum', '< 3.0'
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment