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

Commit

Permalink
We only care about amd64 packages
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 29, 2014
1 parent 09fd9e2 commit a1d943c
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -250,7 +250,7 @@ GRAPH
rubygems-redis (0.0.2)
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-repo (0.0.7)
rubygems-repo (0.0.8)
aptly (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-sensu (0.0.50)
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.7'
version '0.0.8'

depends 'aptly'
depends 'rubygems'
2 changes: 2 additions & 0 deletions cookbooks/rubygems-repo/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@

include_recipe 'rubygems'

node.default['aptly']['architectures'] = ['amd64']

# Dont' re-sign packages with our own key.
node.default['aptly']['gpgdisablesign'] = true

0 comments on commit a1d943c

Please sign in to comment.