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

Commit

Permalink
Create an empty sources list instead of deleting it altogether
Browse files Browse the repository at this point in the history
Sam Kottler committed Sep 1, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b77b67e commit ebfd429
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cookbooks/rubygems-apt/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-apt'
maintainer 'RubyGems.org ops team'

version '0.0.14'
version '0.0.15'

depends 'apt'

2 changes: 1 addition & 1 deletion cookbooks/rubygems-apt/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

# We use /etc/apt/sources.list.d/ for everything.
file '/etc/apt/sources.list' do
action :delete
content ''
not_if { node['apt']['bootstrap'] }
end

2 changes: 1 addition & 1 deletion environments/common.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"rubygems-ruby": "= 0.0.3",
"rubygems": "= 0.0.26",
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.14",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.18",
"rubygems-balancer": "= 0.0.28",
"rubygems-bastion": "= 0.0.10",
2 changes: 1 addition & 1 deletion environments/production.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"rubygems-ruby": "= 0.0.3",
"rubygems": "= 0.0.26",
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.14",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.18",
"rubygems-balancer": "= 0.0.28",
"rubygems-bastion": "= 0.0.10",
2 changes: 1 addition & 1 deletion environments/staging.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"rubygems-ruby": "= 0.0.3",
"rubygems": "= 0.0.26",
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.14",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.18",
"rubygems-balancer": "= 0.0.28",
"rubygems-bastion": "= 0.0.10",

0 comments on commit ebfd429

Please sign in to comment.