Return-Path: Delivered-To: apmail-builds-archive@minotaur.apache.org Received: (qmail 38428 invoked from network); 8 Jun 2010 22:28:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 22:28:05 -0000 Received: (qmail 52543 invoked by uid 500); 8 Jun 2010 22:28:05 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 52463 invoked by uid 500); 8 Jun 2010 22:28:05 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 52454 invoked by uid 99); 8 Jun 2010 22:28:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 22:28:05 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=AWL,RCVD_IN_BRBL_LASTEXT,RCVD_IN_RP_RNBL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.60.90.242] (HELO enterprise.16degrees.com.au) (202.60.90.242) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 22:27:57 +0000 Received: from deltaflyer (CPE-121-215-243-70.static.qld.bigpond.net.au [121.215.243.70]) by enterprise.16degrees.com.au (Postfix) with ESMTPA id 05C451902A98 for ; Wed, 9 Jun 2010 08:26:01 +1000 (EST) From: "Gav..." To: References: In-Reply-To: Subject: RE: [PATCH] Fix ignored commits in the buildbot config for Subversion Date: Wed, 9 Jun 2010 08:25:59 +1000 Message-ID: <03bc01cb0759$930679b0$b9136d10$@com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcsHVpzVSEDL+je9TYW5NTX+t54SrwAAupsQ Content-Language: en-au > -----Original Message----- > From: lieven.govaerts@gmail.com [mailto:lieven.govaerts@gmail.com] On > Behalf Of Lieven Govaerts > Sent: Wednesday, 9 June 2010 7:34 AM > To: builds@apache.org > Subject: [PATCH] Fix ignored commits in the buildbot config for > Subversion > > Hi, > > > the buildbot master currently ignores most commits on the subversion > 1.6.x branch. The reason is that the function detecting if a commit is > important enough - that I provided during the migration - is faulty. > > Attached is a patch to fix this issue, can anyone of the buildbot > maintainers apply this? > > Note: can't test the patch here, so a review is welcome. Thanks, looks good, applied. Gav... > > Lieven