cookbook 'bazel', '= 0.1.1', :supermarket
bazel (8) Versions 0.1.1 Follow0
Installs/Configures bazel
cookbook 'bazel', '= 0.1.1'
knife supermarket install bazel
knife supermarket download bazel
bazel Cookbook
Installs/Configures Bazel
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
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write chefspec for the feature (if applicable)
- Write your change
- Write serverspec for the feature (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Copyright 2016 Gengo Inc.
BSD 3-Clause license
Dependent cookbooks
homebrew >= 0.0.0 |
zip >= 0.0.0 |
poise-python >= 0.0.0 |
java >= 0.0.0 |
build-essential >= 0.0.0 |
Contingent cookbooks
Foodcritic Metric
0.1.1 passed this metric
0.1.1 passed this metric