From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Luis Lavena" Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Mongrel and Windows: I was so dumb Date: Mon, 31 Mar 2008 01:29:07 -0300 Message-ID: <71166b3b0803302129r2afc0a4ctadd9359bade2bdad@mail.gmail.com> References: <71166b3b0803302057k7ade0b07r71cf8929c4fe1bcf@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206937763 17008 80.91.229.12 (31 Mar 2008 04:29:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 04:29:23 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Mar 31 06:29:54 2008 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org In-Reply-To: Content-Disposition: inline X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:30 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1JgBeV-0002Ah-JI for gclrmd-mongrel-development@m.gmane.org; Mon, 31 Mar 2008 06:29:47 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 15D511858695; Mon, 31 Mar 2008 00:29:09 -0400 (EDT) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by rubyforge.org (Postfix) with ESMTP id 74D761858688 for ; Mon, 31 Mar 2008 00:29:07 -0400 (EDT) Received: by wa-out-1112.google.com with SMTP id l24so1757163waf.17 for ; Sun, 30 Mar 2008 21:29:07 -0700 (PDT) Received: by 10.114.106.1 with SMTP id e1mr9188465wac.71.1206937747377; Sun, 30 Mar 2008 21:29:07 -0700 (PDT) Received: by 10.114.151.14 with HTTP; Sun, 30 Mar 2008 21:29:07 -0700 (PDT) List-Post: On Mon, Mar 31, 2008 at 1:04 AM, Evan Weaver 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