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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3803deab5b95
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ac8468f7a61
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 9, 2014

  1. Copy the full SHA
    bea01ce View commit details
  2. Merge branch 'master' of github.com:rubygems/rubygems-infrastructure

    * 'master' of github.com:rubygems/rubygems-infrastructure:
      run foodcritic on travis
      syntax cleanup
      update foodcritic gem
      add missing dependency
      syntax cleanup
      Fix editor whoopsie in rubygems-people
    Sam Kottler committed Jul 9, 2014
    Copy the full SHA
    8ac8468 View commit details
Showing with 4 additions and 5 deletions.
  1. +1 −1 Berksfile.lock
  2. +1 −1 cookbooks/rubygems-repo/metadata.rb
  3. +2 −3 cookbooks/rubygems-repo/recipes/default.rb
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ GRAPH
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-backups (>= 0.0.0)
rubygems-repo (0.0.22)
rubygems-repo (0.0.24)
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.22'
version '0.0.24'

depends 'aptly'
depends 'nginx'
5 changes: 2 additions & 3 deletions cookbooks/rubygems-repo/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -7,17 +7,16 @@

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

include_recipe 'aptly'

# 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'
revision 'master'
checkout_branch 'master'
action :sync
user node['aptly']['user']
end

include_recipe 'aptly'

aptly_mirror 'ubuntu-trusty-main' do
action :create
distribution 'trusty'