On Mon, Mar 31, 2008 at 1:04 AM, Evan Weaver <[EMAIL PROTECTED]> wrote: > Wow, that is bizarre. >
yeah, also if two builders run at the same time, they have a port collition. I'm adding process_based_port to testhelp.rb to provide a port, based on 5000 and the process number: irb(main):001:0> 5000 + $$ % 1000 => 5656 That will make my CI happy :-) (I'm doing the changes right now for rubygems too, found a clash due that during setup). Oh, and forgot to make it generate the artifacts, so we can grab the pre-compiled gem from there ;-) Regards, -- Luis Lavena Multimedia systems - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams _______________________________________________ Mongrel-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-development
