From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.7 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Brian Corrigan Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: Re: [PATCH] ... Date: Tue, 5 Jun 2012 19:59:21 -0400 Message-ID: References: <20120605175755.GA8749@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: dough.gmane.org 1338940773 31429 80.91.229.3 (5 Jun 2012 23:59:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2012 23:59:33 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Wed Jun 06 01:59:32 2012 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:80 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sc3es-0005HV-RT for gclrrg-raindrops@m.gmane.org; Wed, 06 Jun 2012 01:59:31 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 1918D21DDB5 for ; Wed, 6 Jun 2012 00:07:31 +0000 (UTC) Content-Transfer-Encoding: 7bit X-Content-Filtered-By: PublicInbox::Filter 0.0.1 Hey Eric - can you take it for here? Also, thanks for the patience :). Fwiw, it's cool to have code in this project. I learned a lot by reviewing the source. On Tuesday, June 5, 2012, Eric Wong wrote: > Brian Corrigan > wrote: > > Subject: [PATCH] Raindrops currently fails when provided a > > symlink to a socket. As this is a common practice for many deployment > > tools (Vlad, etc.) this patch adds support for finding the realpath > prior > > to looking the socket up in /proc/net/unix > > Erhm, I meant write the commit message with a separate short Subject: > line and body (like an email). Most of the existing commits in > raindrops are written this way, and it's the standard for git.git. > > I can rewrite the commit message if you don't have time, the rest > of the patch looks fine. Thanks! >