public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Changed RubyGems download instructions/script to use wget instead of curl.



git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@674696 
13f79535-47bb-0310-9956-ffa450edef68
assaf (author)
Mon Jul 07 18:22:37 -0700 2008
commit  4da0350ee6eb765b95e7664107c042e5dd5749c3
tree    c955cdcdee84dad80738ed916f28465c90454b9e
parent  da8d7329095b39a40ed974ee986d1461d067e9f5
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ The Debian package for @rubygems@ will not allow you to install Buildr, so you
0
 need to install RubyGems from source:
0
 
0
 {{{!sh
0
-$ curl -OL http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz
0
+$ wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz
0
 $ tar xzf rubygems-1.2.0.tgz
0
 $ cd rubygems-1.2.0
0
 $ sudo ruby setup.rb
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ if [ -z `which jruby` ] ; then
0
   target=/opt/jruby
0
   echo "Installing JRuby ${version} in ${target}"
0
   sudo mkdir -p $(dirname ${target})
0
- curl -OL http://dist.codehaus.org/jruby/jruby-bin-${version}.tar.gz
0
+ wget http://dist.codehaus.org/jruby/jruby-bin-${version}.tar.gz
0
   tar -xz < jruby-bin-${version}.tar.gz
0
   sudo mv jruby-${version} ${target}
0
   rm jruby-bin-${version}.tar.gz
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ if [ -z `which ruby` ] ; then
0
     sudo apt-get install ruby-full ruby1.8-dev libopenssl-ruby build-essential
0
     # RubyGems broken on Ubunutu, installing directly from source.
0
     echo "Installing RubyGems from RubyForge"
0
- curl -OL http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz
0
+ wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz
0
     tar xzf rubygems-1.2.0.tgz
0
     cd rubygems-1.2.0
0
     sudo ruby setup.rb

Comments

    No one has commented yet.