Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ad5953acaea3
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73a515af7175
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 11, 2015

  1. Copy the full SHA
    1bc3e63 View commit details
  2. Update Berksfile.lock

    evverx committed Jan 11, 2015
    Copy the full SHA
    926859b View commit details
  3. Merge pull request #6 from evverx/berksfile-github

    Use `github:` shortcut in Berksfile
    Sam Kottler committed Jan 11, 2015
    Copy the full SHA
    73a515a View commit details
Showing with 14 additions and 14 deletions.
  1. +7 −7 Berksfile
  2. +7 −7 Berksfile.lock
14 changes: 7 additions & 7 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -37,12 +37,12 @@ cookbook 'rubygems-utility', path: 'cookbooks/rubygems-utility'

# Add cookbooks which diverge from the versions available on the community
# site.
cookbook 'aptly', git: 'git@github.com:skottler/aptly.git', ref: 'fix_seed'
cookbook 'bprobe', git: 'git@github.com:boundary/bprobe_cookbook.git'
cookbook 'collectd_plugins', git: 'git@github.com:skottler/chef-collectd_plugins.git'
cookbook 'collectd', git: 'git@github.com:librato/collectd-cookbook.git'
cookbook 'collectd-librato', git: 'git@github.com:librato/collectd-librato-cookbook.git'
cookbook 'aptly', github: 'skottler/aptly', ref: 'fix_seed'
cookbook 'bprobe', github: 'boundary/bprobe_cookbook'
cookbook 'collectd_plugins', github: 'skottler/chef-collectd_plugins'
cookbook 'collectd', github: 'librato/collectd-cookbook'
cookbook 'collectd-librato', github: 'librato/collectd-librato-cookbook'
cookbook 'dns', path: 'cookbooks/dns'
cookbook 'dnsimple', path: 'cookbooks/dnsimple'
cookbook 'duo-security', git: 'git@github.com:skottler/chef-duo-security'
cookbook 'ganglia', git: 'git@github.com:ganglia/chef-ganglia.git'
cookbook 'duo-security', github: 'skottler/chef-duo-security'
cookbook 'ganglia', github: 'ganglia/chef-ganglia'
14 changes: 7 additions & 7 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
DEPENDENCIES
aptly
git: git@github.com:skottler/aptly.git
git: git://github.com/skottler/aptly.git
revision: 4be943dc19445481780a6e458b6d29b9aa90c912
ref: fix_see
bprobe
git: git@github.com:boundary/bprobe_cookbook.git
git: git://github.com/boundary/bprobe_cookbook.git
revision: 61fec6bc9873b09129f1e86b1e7ecf4c6b97ebd9
collectd
git: git@github.com:librato/collectd-cookbook.git
git: git://github.com/librato/collectd-cookbook.git
revision: bb26f55d7747f0f6e7de93c198161b0613fe62eb
collectd-librato
git: git@github.com:librato/collectd-librato-cookbook.git
git: git://github.com/librato/collectd-librato-cookbook.git
revision: af04f6d0eded1aad02eada59e38d4a6294c66d3c
collectd_plugins
git: git@github.com:skottler/chef-collectd_plugins.git
git: git://github.com/skottler/chef-collectd_plugins.git
revision: 4cbc90f319096f9c845e5f07f60c78483eeeecac
dns
path: cookbooks/dns
dnsimple
path: cookbooks/dnsimple
duo-security
git: git@github.com:skottler/chef-duo-security
git: git://github.com/skottler/chef-duo-security
revision: 1ddec64f0798d91cf0ab1a8dd8831fb0f6694556
ganglia
git: git@github.com:ganglia/chef-ganglia.git
git: git://github.com/ganglia/chef-ganglia.git
revision: 9cf8aa14207e5f66e0a1dd6eb3a2116825c0a967
rubygems
path: cookbooks/rubygems