From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: build broken: no defun org-float-time. Who's guilty, and what does he propose? Date: Mon, 07 Sep 2009 13:37:19 +0200 Message-ID: References: <20090907092823.GA3210@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252323462 32562 80.91.229.12 (7 Sep 2009 11:37:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 11:37:42 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 13:37:34 2009 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 1MkcXO-0005kD-1a for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 13:37:34 +0200 Original-Received: from localhost ([127.0.0.1]:44165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkcXN-0001Um-JD for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 07:37:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkcXI-0001Uf-Vg for emacs-devel@gnu.org; Mon, 07 Sep 2009 07:37:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkcXD-0001US-KV for emacs-devel@gnu.org; Mon, 07 Sep 2009 07:37:27 -0400 Original-Received: from [199.232.76.173] (port=40231 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkcXD-0001UO-D9 for emacs-devel@gnu.org; Mon, 07 Sep 2009 07:37:23 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:35161 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkcXC-0006We-Pf for emacs-devel@gnu.org; Mon, 07 Sep 2009 07:37:23 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id n87BbJit009943; Mon, 7 Sep 2009 13:37:19 +0200 In-Reply-To: (Lennart Borgman's message of "Mon, 7 Sep 2009 12:09:20 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:115082 Archived-At: Lennart Borgman writes: > On Mon, Sep 7, 2009 at 11:52 AM, wrote: > >> I've been interested in setting up an automatic build test environment >> for Emacs for some time. It would basically checkout the emacs sources >> on every checkin, build the sources and report the build >> quality(probably with some existing continuous integration software). > > Please set it up. > > Would this test build also run unit tests for Emacs? I dont think we have any unit tests in the codebase right? If we do I would expect them to run during the build. Heres some issues I see: - I have lots of disk but just ADSL uprate. Should be enough if you just want to quickly see the build quality history. Possibly not quite enough if you want to bisect some bug by downloading pre-made binaries and test them. - I dont really know how to trigger builds from cvs checkins. I guess I will have to poll now and then. I'm mostly familiar with Java based continuous integration tools, where you normaly get a lot of features like these out of the box. -- Joakim Verona