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

sourcetree (3) Versions 1.1.0

Installs/Configures SourceTree

Policyfile
Berkshelf
Knife
cookbook 'sourcetree', '~> 1.1.0', :supermarket
cookbook 'sourcetree', '~> 1.1.0'
knife supermarket install sourcetree
knife supermarket download sourcetree
README
Dependencies
Changelog
Quality 33%

SourceTree

Build status
Cookbook Version

Installs and configures SourceTree on a Windows system. The default recipe of this cookbook will install SourceTree version 2.0.20.1.

Requirements

Platforms

  • Windows 7
  • Windows Server 2008 R2
  • Windows 8, 8.1
  • Windows Server 2012 R1, R2

Attributes

Windows

  • node['sourcetree']['windows']['source'] - The source URI of where the SourceTree executable is located.
  • node['sourcetree']['windows']['version'] - The version of SourceTree to install. Make sure the corresponding SourceTree executable is in the source repository. Default is 2.0.20.1.
  • node['sourcetree']['windows']['checksum'] - The SHA256 checksum of the SourceTree executable for the corresponding version.

Recipes

default

The default recipe of this cookbook will install version 2.0.20.1 of SourceTree on a Windows system.

windows

This recipe installs SourceTree on a Windows system.

Usage

Place a dependency on the sourcetree cookbook in your cookbook's metadata.rb

depends 'sourcetree', '~> 1.1.0'

Then, in a recipe:

include_recipe 'sourcetree::default'

or you may add this cookbook directly in a run-list:

recipe[sourcetree::default]

License & Authors

Copyright 2017, Tyler Wong

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

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

SourceTree Cookbook CHANGELOG

This file is used to list changes made in each version of the SourceTree cookbook.

1.1.0 (2017-5-29)

  • Bump SourceTree version to 2.0.20.1
  • Add license to source code and change to standardized license name
  • Add AppVeyor CI testing
  • Add chef_version constraint
  • Move InSpec test location

1.0.1 (2017-1-2)

  • Add recipes to README
  • Fix grammar in metadata.rb

1.0.0 (2016-12-27)

  • Initial release

Collaborator Number Metric
            

1.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
            

1.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
            

1.1.0 passed this metric

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.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
            

1.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