Skip to content

Commit

Permalink
update to rubygems 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewoolleyman committed Oct 30, 2008
1 parent 5c11bd9 commit 5250f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_ci.rb
Expand Up @@ -8,7 +8,7 @@ def self.setup
# Settings
current_user = "#{ENV['USER']}"
ccrb_home = ENV['CCRB_HOME'] || "#{ENV['HOME']}/ccrb"
rubygems_version = ENV['RUBYGEMS_VERSION'] || '1.2.0'
rubygems_version = ENV['RUBYGEMS_VERSION'] || '1.3.1'
ccrb_branch = ENV['CCRB_BRANCH'] || "git://github.com/thoughtworks/cruisecontrol.rb.git"
cinabox_dir = File.expand_path(File.dirname(__FILE__))
ccrb_daemon_template = ENV['CCRB_DAEMON_TEMPLATE'] || "#{ccrb_home}/daemon/cruise.sample"
Expand All @@ -29,7 +29,7 @@ def self.setup
run "sudo aptitude install -y ssh" if !((run "dpkg -l ssh", false) =~ /ii ssh/) || force

# Download RubyGems if needed
rubygems_mirror_id = '38646'
rubygems_mirror_id = '45905'
if !File.exist?("rubygems-#{rubygems_version}.tgz") || force
run "rm -rf rubygems-#{rubygems_version}.tgz"
run "wget http://rubyforge.org/frs/download.php/#{rubygems_mirror_id}/rubygems-#{rubygems_version}.tgz"
Expand Down

0 comments on commit 5250f8c

Please sign in to comment.