cookbook 'agit', '= 0.1.0'
agit (3) Versions 0.1.0 Follow0
A safer replacement for Chef git resource
cookbook 'agit', '= 0.1.0', :supermarket
knife supermarket install agit
knife supermarket download agit
agit cookbook
A safer replacement for Chef git resource.
Concept
Chef git resource is rather user-unfriendly. It is notoriously difficult to find a combination of checkout_branch
, enable_checkout
and revision
so that all works perfectly.
There are several major improvements introduced by this cookbook.
Firstly, only one attribute is used to control a repository's HEAD
(current branch).
Secondly, changes in a local copy of the repository are respected. The current branch will not be changed if the repository's state is "dirty". Unlike Chef git resource :sync
action, uncommited changes will not be reset.
Thirdly, SSH agent forwarding is fully supported.
Usage
agit '/opt/hello' do
repository 'git@github.com:acme/hello.git'
branch 'develop'
user 'vagrant'
group 'vagrant'
action :update
end
Notes
Regarding SSH agent forwarding it is important to include agit::cleanup
recipe into a node's run list. During Chef client run agit
alters the permissions of the forwarded SSH agent socket (the value is stored in SSH_AUTH_SOCK
environment variable). Cleanup recipe restores those permissions.
License
MIT @ Alexander Pyatkin
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
0.1.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.0 failed this metric
FC064: Ensure issues_url is set in metadata: agit/metadata.rb:1
FC065: Ensure source_url is set in metadata: agit/metadata.rb:1
FC066: Ensure chef_version is set in metadata: agit/metadata.rb:1
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.0 failed this metric
FC064: Ensure issues_url is set in metadata: agit/metadata.rb:1
FC065: Ensure source_url is set in metadata: agit/metadata.rb:1
FC066: Ensure chef_version is set in metadata: agit/metadata.rb:1
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
FC065: Ensure source_url is set in metadata: agit/metadata.rb:1
FC066: Ensure chef_version is set in metadata: agit/metadata.rb:1
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number