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

Commit

Permalink
Use the new apt-tools locationg
Browse files Browse the repository at this point in the history
Sam Kottler committed Jul 24, 2014
1 parent a6751da commit e8b36ac
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -272,7 +272,7 @@ GRAPH
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-backups (>= 0.0.0)
rubygems-repo (0.0.24)
rubygems-repo (0.0.25)
aptly (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-repo/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-repo'
maintainer 'RubyGems.org ops team'

version '0.0.24'
version '0.0.25'

depends 'aptly'
depends 'nginx'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-repo/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

# 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'
repository 'https://github.com/rubygems/apt-tools'
revision 'master'
action :sync
user node['aptly']['user']

0 comments on commit e8b36ac

Please sign in to comment.