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

Commit

Permalink
Setup mirrors for a couple more repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jul 1, 2014
1 parent f7ddc92 commit 7e0b1a6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -267,7 +267,7 @@ GRAPH
rubygems-redis (0.0.2)
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-repo (0.0.10)
rubygems-repo (0.0.13)
aptly (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.1)
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.10'
version '0.0.13'

depends 'aptly'
depends 'rubygems'
Expand Down
18 changes: 18 additions & 0 deletions cookbooks/rubygems-repo/recipes/default.rb
Expand Up @@ -36,3 +36,21 @@
keyserver 'keys.gnupg.net'
uri 'http://ubuntu.osuosl.org/ubuntu/'
end

aptly_mirror 'ubuntu-trusty-security-main' do
action :create
distribution 'trusty-security'
component 'main'
keyid 'C0B21F32'
keyserver 'keys.gnupg.net'
uri 'http://ubuntu.osuosl.org/ubuntu/'
end

aptly_mirror 'ubuntu-trusty-updates-main' do
action :create
distribution 'trusty-updates'
component 'main'
keyid 'C0B21F32'
keyserver 'keys.gnupg.net'
uri 'http://ubuntu.osuosl.org/ubuntu/'
end

0 comments on commit 7e0b1a6

Please sign in to comment.