Author: donaldp
Date: Mon Oct 8 20:30:24 2012
New Revision: 1395757
URL: http://svn.apache.org/viewvc?rev=1395757&view=rev
Log:
Disable the "gem update --system" step in all-in-one package process until we
can figure out why it does not work in the CI
Modified:
buildr/trunk/rakelib/all-in-one.rake
Modified: buildr/trunk/rakelib/all-in-one.rake
URL:
http://svn.apache.org/viewvc/buildr/trunk/rakelib/all-in-one.rake?rev=1395757&r1=1395756&r2=1395757&view=diff
==============================================================================
--- buildr/trunk/rakelib/all-in-one.rake (original)
+++ buildr/trunk/rakelib/all-in-one.rake Mon Oct 8 20:30:24 2012
@@ -79,8 +79,9 @@ namespace 'all-in-one' do
puts 'Install rubygems-update'
sh 'bin/jruby -S gem install -b rubygems-update'
- puts 'Upgrade Rubygems'
- sh 'bin/jruby -S gem update --system'
+ # Disabled until we can figure out why it does not work in the CI
+ #puts 'Upgrade Rubygems'
+ #sh 'bin/jruby -S gem update --system'
puts 'Install Buildr gem ...'
sh 'bin/jruby', '-S', 'gem', 'install',
FileList['../../pkg/*-java.gem'].first,