cookbook 'bazaar', '~> 1.0.1'
bazaar (2) Versions 1.0.1 Follow0
Installs/Configures bazaar
cookbook 'bazaar', '~> 1.0.1', :supermarket
knife supermarket install bazaar
knife supermarket download bazaar
bazaar
This cookbook installs the bazaar application and provides an LWRP
to clone out repositories.
To quote one of the main sites: "Arguably one of the best revision control systems in the world."
Platform:
The following platform families are supported:
- Ubuntu 12.04
- Ubuntu 14.04
- RHEL 7
- Fedora 20
- CentOS 7.0
- CentOS 6.5
- Debian 6.0.10
- Debian 7.8
Usage
This cookbook primarily installs bazaar core packages.
To install bazaar client (all supported platforms):
include_recipe 'bazaar'
To leverage the LWRP to clone a specific repository off Launchpad:
bazaar 'friendly-name' do source 'lp' # defaults to 'lp' if you omit the source user 'my-user' remote_path 'awesome_project/subproject' local_path '/opt/' end
The above would in essence translate to something like the following:
$ cd /opt/ $ bzr branch lp:~my-user/awesome_project/subproject
License and Author
Author:: JJ Asghar (jj@chef.io)
Author:: Fletcher Nichol (fnichol@chef.io)
Copyright:: 2015, Chef Software, 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.
Dependent cookbooks
yum >= 0.0.0 |
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
bazaar Cookbook CHANGELOG
This file is used to list changes made in each version of the bazaar cookbook.
v1.0.1 (2015-02-06)
- Typo in the README.md
v1.0.0 (2015-02-06)
- Initial Release, basic package install and basic LWRP to do specific cloning
Collaborator Number Metric
1.0.1 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.0.1 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
1.0.1 failed this metric
FC085: Resource using new_resource.updated_by_last_action to converge resource: bazaar/providers/default.rb:26
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.1 passed this metric
Testing File Metric
1.0.1 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
1.0.1 passed this metric
1.0.1 failed this metric
1.0.1 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
1.0.1 failed this metric
FC085: Resource using new_resource.updated_by_last_action to converge resource: bazaar/providers/default.rb:26
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.1 passed this metric
Testing File Metric
1.0.1 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
1.0.1 passed this metric
1.0.1 failed this metric
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
1.0.1 passed this metric
Testing File Metric
1.0.1 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
1.0.1 passed this metric
1.0.1 failed this metric
1.0.1 passed this metric