Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

bazel (8) Versions 0.1.1

Installs/Configures bazel

Policyfile
Berkshelf
Knife
cookbook 'bazel', '= 0.1.1', :supermarket
cookbook 'bazel', '= 0.1.1'
knife supermarket install bazel
knife supermarket download bazel
README
Dependencies
Quality 100%

bazel Cookbook

Installs/Configures Bazel

Build Status

Requirements

chef

Chef 12+

cookbooks

  • build-essential
  • java
  • poise-python
  • zip
  • apt
  • homebrew

Attributes

bazel::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['bazel']['version']</tt></td>
<td>String</td>
<td>Bazel version to install</td>
<td><tt>0.2.3</tt></td>
</tr>
<tr>
<td><tt>['bazel']['prefix']</tt></td>
<td>String</td>
<td>installation prefix</td>
<td><tt>/usr/local</tt></td>
</tr>
</table>

Usage

bazel::default

Just include bazel in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[bazel]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write chefspec for the feature (if applicable)
  4. Write your change
  5. Write serverspec for the feature (if applicable)
  6. Run the tests, ensuring they all pass
  7. Submit a Pull Request using Github

License and Authors

Copyright 2016 Gengo Inc.

BSD 3-Clause license

Foodcritic Metric
            

0.1.1 passed this metric