stevenhaddox / rvm_fw

RVM::FW - Exposing hidden Rubies for firewalled RVMs
http://rvm-fw.herokuapp.com
MIT License
31 stars 9 forks source link

RVM 1.0.18 not downloading Rubies from RVM::FW properly #7

Closed stevenhaddox closed 13 years ago

stevenhaddox commented 13 years ago

Looks like RVM thinks that a 404 page not found is still successful enough to download. We need to identify the proper error to return when a file is not found that RVM is looking for (e.g. file.tar.bz2 is often sought & incorrectly downloads a 404 HTML page before the real file.tar.gz is queried for).

stevenhaddox commented 13 years ago

Vince identified this one. Just had to modify rake boot:strap to pull .tar.bz2 files instead of .tar.gz for ruby-lang versions. Done.