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

Commit

Permalink
Fix editor whoopsie in rubygems-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jul 9, 2014
1 parent 1764ca7 commit b7c9997
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
37 changes: 17 additions & 20 deletions Berksfile.lock
Expand Up @@ -82,12 +82,10 @@ GRAPH
iptables (>= 0.0.0)
logrotate (>= 0.0.0)
pacman (>= 0.0.0)
apt (2.4.0)
apt (2.0.0)
aptly (0.2.1)
apt (>= 0.0.0)
aws (2.2.2)
bluepill (2.3.1)
rsyslog (>= 0.0.0)
aws (2.3.0)
build-essential (2.0.4)
chef-client (3.6.0)
cron (>= 1.2.0)
Expand Down Expand Up @@ -132,36 +130,33 @@ GRAPH
yum-epel (>= 0.0.0)
hostname (0.3.0)
hostsfile (>= 0.0.0)
hostsfile (2.4.4)
hostsfile (2.4.5)
iptables (0.13.2)
jenkins (2.0.2)
jenkins (2.1.2)
apt (~> 2.0)
runit (~> 1.5)
yum (~> 3.0)
logrotate (1.6.0)
memcached (1.7.2)
runit (~> 1.0)
yum (~> 3.0)
yum-epel (>= 0.0.0)
memcached (1.1.2)
runit (>= 0.0.0)
motd (0.4.1)
chef_handler (>= 0.0.0)
mysql (5.3.6)
yum-mysql-community (>= 0.0.0)
mysql-chef_gem (0.0.2)
build-essential (>= 0.0.0)
mysql (>= 0.0.0)
nginx (2.7.4)
apt (~> 2.2)
bluepill (~> 2.3)
build-essential (~> 2.0)
ohai (~> 2.0)
runit (~> 1.2)
yum-epel (~> 0.3)
nginx (1.8.0)
apt (>= 0.0.0)
build-essential (>= 0.0.0)
ohai (>= 1.1.4)
runit (>= 0.0.0)
yum (>= 0.0.0)
nodejs (1.3.0)
apt (>= 0.0.0)
build-essential (>= 0.0.0)
yum (>= 0.0.0)
ntp (1.6.2)
ntp (1.6.4)
ohai (2.0.1)
omnibus_updater (1.0.0)
openssh (1.3.4)
Expand Down Expand Up @@ -227,6 +222,8 @@ GRAPH
chef-client (>= 0.0.0)
omnibus_updater (>= 0.0.0)
rubygems-ci (0.0.7)
chef-vault (>= 0.0.0)
dwradcliffe-dnsimple (>= 0.0.0)
jenkins (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
Expand Down Expand Up @@ -271,7 +268,7 @@ GRAPH
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-backups (>= 0.0.0)
rubygems-repo (0.0.21)
rubygems-repo (0.0.22)
aptly (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
Expand Down Expand Up @@ -301,7 +298,7 @@ GRAPH
windows (1.31.0)
chef_handler (>= 0.0.0)
xfs (1.1.0)
yum (3.2.2)
yum (3.0.6)
yum-epel (0.3.6)
yum (~> 3.0)
yum-erlang_solutions (0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-repo/metadata.rb
@@ -1,7 +1,7 @@
name 'rubygems-repo'
maintainer 'RubyGems.org ops team'

version '0.0.21'
version '0.0.22'

depends 'aptly'
depends 'nginx'
Expand Down
11 changes: 5 additions & 6 deletions cookbooks/rubygems-repo/recipes/default.rb
Expand Up @@ -9,12 +9,11 @@

# This repo contains scripts for snapshotting, merging, and publishing repos.
git "#{node['aptly']['rootdir']}/apt-tools" do
repository 'https://github.com/skottler/rubygems-apt-tools' do
revision 'master'
checkout_branch 'master'
action :sync
user node['aptly']['user']
end
repository 'https://github.com/skottler/rubygems-apt-tools'
revision 'master'
checkout_branch 'master'
action :sync
user node['aptly']['user']
end

include_recipe 'aptly'
Expand Down

0 comments on commit b7c9997

Please sign in to comment.