Now in stock!

Tom Copeland's Recent Posts

RSS Feeds

« Generating Parsers With JavaCC reviewed | Main | New hardware for RubyForge. »

More reliable gem installs

You may have seen this message from "gem install" before:

$ gem install rails
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find rails (> 0) in any repository

Then when you run "gem install rails" five minutes later, it installs just fine.  This was due to the way we were rebuilding the gem index on RubyForge - we were doing it "in place", so that the current index would be overwritten and then populated over the course of the build.  These take a fair while - 10 minutes or so - and during that time the index was essentially empty.  Booooo.

Well, no longer.  Eric Hodel has twiddled the gem index builder to build it in a temporary directory and then move it in place.  So those gem index outages should be a thing of the past.  Thanks Eric!

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/t/trackback/512521/22201452

Listed below are links to weblogs that reference More reliable gem installs:

Comments

Post a comment

Comments are moderated, and will not appear on this weblog until the author has approved them.

If you have a TypeKey or TypePad account, please Sign In