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

Commit

Permalink
Don't re-sign packages upon publishing them
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 29, 2014
1 parent acb4b18 commit b2a7b26
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -246,7 +246,7 @@ GRAPH
rubygems-redis (0.0.2)
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-repo (0.0.6)
rubygems-repo (0.0.7)
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.6'
version '0.0.7'

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

include_recipe 'rubygems'

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

include_recipe 'aptly'

aptly_mirror 'ubuntu-trusty-main' do

0 comments on commit b2a7b26

Please sign in to comment.