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: Bash scripts in black and white Date: Fri, 25 Jun 2010 00:11:11 +0200 Message-ID: References: <4BEBC372.5010402@alice.it> <4BEDBF5C.1040306@alice.it> <838w7lfzdo.fsf@gnu.org> <831vddfjp9.fsf@gnu.org> <4BEE984A.4090005@gmx.at> <87eihd143p.fsf@elegiac.orebokech.com> <8739wcjosg.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277417485 18731 80.91.229.12 (24 Jun 2010 22:11:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2010 22:11:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 25 00:11:23 2010 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.69) (envelope-from ) id 1ORudk-0008Pq-O7 for ged-emacs-devel@m.gmane.org; Fri, 25 Jun 2010 00:11:21 +0200 Original-Received: from localhost ([127.0.0.1]:34799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORudj-0005Tl-SX for ged-emacs-devel@m.gmane.org; Thu, 24 Jun 2010 18:11:19 -0400 Original-Received: from [140.186.70.92] (port=37406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORude-0005Tf-Jv for emacs-devel@gnu.org; Thu, 24 Jun 2010 18:11:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORudd-0006P2-Kl for emacs-devel@gnu.org; Thu, 24 Jun 2010 18:11:14 -0400 Original-Received: from smtp-01.vtx.ch ([194.38.175.90]:42831) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORudd-0006Oi-Fn for emacs-devel@gnu.org; Thu, 24 Jun 2010 18:11:13 -0400 Original-Received: from ceviche.home (dyn.83-228-154-025.dsl.vtx.ch [83.228.154.25]) by smtp-01.vtx.ch (VTX Services SA) with ESMTP id 04F2227FBF; Fri, 25 Jun 2010 00:11:12 +0200 (CEST) Original-Received: by ceviche.home (Postfix, from userid 20848) id CAF70660E5; Fri, 25 Jun 2010 00:11:11 +0200 (CEST) In-Reply-To: <8739wcjosg.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 24 Jun 2010 12:58:23 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:126376 Archived-At: RF> I'm adding Ted to Cc since he expressed interest in setting up a RF> buildbot for Emacs the last time this subject came up. > I'm adding this to my TODO list and will have one up soon-ish. I don't > think I can do the VCS integration that Stefan suggested without some > help, though. I don't know what he meant by "update a branch" when a > build is successful. After "bzr update; compile&test", if the "test" (which might just be to check that it compiles successfully) succeeds, do "bzr push " where the could be sftp://bzr.sv.gnu.org/srv/bzr/emacs/tested So we could tell people to use to checkout the latest successfully tested version of the code. Stefan