From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78585 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Buildbot + registry errors Date: Mon, 25 Apr 2011 10:04:06 +0200 Message-ID: <87wrii69l5.fsf@randomsample.de> References: <87pqobf002.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303718774 21715 80.91.229.12 (25 Apr 2011 08:06:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2011 08:06:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26888@lists.math.uh.edu Mon Apr 25 10:06:11 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QEGo4-0000Q0-DO for ding-account@gmane.org; Mon, 25 Apr 2011 10:06:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QEGn6-0005vR-M5; Mon, 25 Apr 2011 03:05:08 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QEGn5-0005vG-1f for ding@lists.math.uh.edu; Mon, 25 Apr 2011 03:05:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QEGn0-0005Es-Ab for ding@lists.math.uh.edu; Mon, 25 Apr 2011 03:05:06 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QEGmx-0007x8-SO for ding@gnus.org; Mon, 25 Apr 2011 10:04:59 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=N1Q8Y1hgRROVySQCa89dh1uRsGlhi9w9klHImPoXHis=; b=NDBwpxotVEpq8MdSO5IMLMYcd2RFM3FeAu/iKINKNOlmk8jsC97qpKQ0MPTqw4xI9hm3BD+lM+z3MaqK1yHJkjIDWdnM58yq8DKb/ZWribBIR1jDvuLGHR7fUEor/HwW; Original-Received: from dslc-082-082-183-165.pools.arcor-ip.net ([82.82.183.165] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QEGmw-0003vV-Ho for ding@gnus.org; Mon, 25 Apr 2011 10:04:58 +0200 In-Reply-To: <87pqobf002.fsf@lifelogs.com> (Ted Zlatanov's message of "Sun, 24 Apr 2011 23:06:21 -0500") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78585 Archived-At: Ted Zlatanov writes: > On Sun, 24 Apr 2011 21:29:47 +0200 Lars Magne Ingebrigtsen wrote: > > LMI> Whenever somebody checks something in, they get a message about the > LMI> failed build > > That seems like something BuildBot should not be doing. It should CC > everyone involved since the LAST failure, not just the last committer. Here's the current (since Apr 21st) setup: - The buildbot checks the git repo about 10x per hour. - If it finds a new HEAD, it pulls and runs the builders. - If a build was OK previously but now fails, it will send a mail - to the buildbot mailinglist - to every committer who was part in generating the new HEAD (the so called "blamelist"). - If a build failed again (meaning it also failed in the previous build), a mail will *only* be sent to the buildbot mailinglist. > But my problem was that I forgot to subscribe to the buildbot mailing > list. "It's so quiet around here..." The buildbot did send a mails directly to you when the build initially broke: 2011-04-20 23:11:13 1QCeQL-0001Jb-JT => tzz@lifelogs.com ... 2011-04-20 23:11:13 1QCeQL-0001Jb-JT Completed 2011-04-20 23:11:14 1QCeRS-0001ZZ-FM => tzz@lifelogs.com ... 2011-04-20 23:11:14 1QCeRS-0001ZZ-FM Completed Didn't those came through? The domain has proper DKIM signing, SPF and all that. -David