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
  • Loading branch information
Sam Kottler committed Jul 24, 2014
1 parent a6751da commit e8b36ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -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)
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.24'
version '0.0.25'

depends 'aptly'
depends 'nginx'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-repo/recipes/default.rb
Expand Up @@ -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']
Expand Down

0 comments on commit e8b36ac

Please sign in to comment.