From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Cruise Control to mitigate failure in make bootstrap? Date: Sat, 12 Apr 2008 15:16:42 -0400 Message-ID: References: <20080412104858.GD1781@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208027821 18243 80.91.229.12 (12 Apr 2008 19:17:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Apr 2008 19:17:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 12 21:17:34 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JklE9-0002Qv-MT for ged-emacs-devel@m.gmane.org; Sat, 12 Apr 2008 21:17:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JklDV-0001T7-MM for ged-emacs-devel@m.gmane.org; Sat, 12 Apr 2008 15:16:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JklDQ-0001Qy-TZ for emacs-devel@gnu.org; Sat, 12 Apr 2008 15:16:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JklDQ-0001Qb-9p for emacs-devel@gnu.org; Sat, 12 Apr 2008 15:16:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JklDP-0001QD-VH for emacs-devel@gnu.org; Sat, 12 Apr 2008 15:16:44 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JklDP-0000SD-O5 for emacs-devel@gnu.org; Sat, 12 Apr 2008 15:16:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhQFAHqnAEhMCqsI/2dsb2JhbACBXahs X-IronPort-AV: E=Sophos;i="4.25,647,1199682000"; d="scan'208";a="18391117" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 12 Apr 2008 15:16:42 -0400 Original-Received: from pastel.home ([76.10.171.8]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id SXC83442; Sat, 12 Apr 2008 15:16:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8F475832A; Sat, 12 Apr 2008 15:16:42 -0400 (EDT) In-Reply-To: <20080412104858.GD1781@muc.de> (Alan Mackenzie's message of "Sat, 12 Apr 2008 10:48:58 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95073 Archived-At: > Cruise Control triggers a build whenever changes are commited. Should > the build fail, it notifies all those who have just committed of the > failure. I don't know about Cruise Control, but the way I see it working in our case (e.g. with Romain's buildbot) is: bzr pull sftp://foo/trunk while buildot fails; do bzr uncommit done bzr push sftp://foo/stable-trunk This way people how want a buildable trunk code can checkout the stable-trunk branch. In most cases this would be virtually identical to the trunk. Stefan