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

Commit

Permalink
update aptly cookbook
Browse files Browse the repository at this point in the history
dwradcliffe committed Feb 10, 2015
1 parent 9831dc9 commit 09d3f92
Showing 3 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -37,7 +37,6 @@ cookbook 'rubygems-utility', path: 'cookbooks/rubygems-utility'

# Add cookbooks which diverge from the versions available on the community
# site.
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'
10 changes: 3 additions & 7 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
DEPENDENCIES
aptly
git: git://github.com/skottler/aptly.git
revision: 4be943dc19445481780a6e458b6d29b9aa90c912
ref: fix_see
bprobe
git: git://github.com/boundary/bprobe_cookbook.git
revision: 61fec6bc9873b09129f1e86b1e7ecf4c6b97ebd9
@@ -90,7 +86,7 @@ GRAPH
logrotate (>= 0.0.0)
pacman (>= 0.0.0)
apt (2.5.2)
aptly (0.2.1)
aptly (0.2.4)
apt (>= 0.0.0)
aws (2.4.0)
bprobe (0.2.0)
@@ -323,8 +319,8 @@ GRAPH
rubygems (>= 0.0.0)
rubygems-backups (>= 0.0.0)
sysctl (>= 0.0.0)
rubygems-repo (0.0.27)
aptly (>= 0.0.0)
rubygems-repo (0.0.28)
aptly (= 0.2.4)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.4)
4 changes: 2 additions & 2 deletions cookbooks/rubygems-repo/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name 'rubygems-repo'
maintainer 'RubyGems.org ops team'

version '0.0.27'
version '0.0.28'

depends 'aptly'
depends 'aptly', '0.2.4'
depends 'nginx'
depends 'rubygems'

0 comments on commit 09d3f92

Please sign in to comment.