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: experiences running a Hudson CI server on the Emacs codebase Date: Fri, 30 Jul 2010 20:44:58 +0200 Message-ID: References: <87vd7wnb13.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 1280515518 10341 80.91.229.12 (30 Jul 2010 18:45:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 18:45:18 +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 Jul 30 20:45:17 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 1Oeua3-0002Wi-I2 for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2010 20:45:15 +0200 Original-Received: from localhost ([127.0.0.1]:55151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oeua3-0005Ja-0M for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2010 14:45:15 -0400 Original-Received: from [140.186.70.92] (port=35525 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeuZx-0005Hl-Bv for emacs-devel@gnu.org; Fri, 30 Jul 2010 14:45:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeuZv-0003W1-PM for emacs-devel@gnu.org; Fri, 30 Jul 2010 14:45:09 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:47346 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeuZv-0003UV-DI for emacs-devel@gnu.org; Fri, 30 Jul 2010 14:45:07 -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 o6UIiwL4022767; Fri, 30 Jul 2010 20:44:58 +0200 In-Reply-To: <87vd7wnb13.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 30 Jul 2010 12:18:32 -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.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:128026 Archived-At: Ted Zlatanov writes: > On Thu, 15 Jul 2010 21:39:28 +0200 joakim@verona.se wrote: > > j> I guess my email was a bit truncated. I think the bzr bugs have since been > j> fixed, but with a vanilla Fedora setup you will experience them. Someone > j> setting up a similar build environment will hopefully now know to > j> install a newer bzr which isnt default in current Fedora. > > j> My Hudson has now done 121 Emacs builds, the last ones have not had bzr > j> issues since ive upgraded bzr. > > If you send me your setup I can try putting that up on a public server. > I was going to do a BuildBot but it seems like Hudson is a better choice > based on the Bazaar integration. I'll also document the steps I took so > others can follow them. I'm going to try to make my server public as well, I'm going to get a 100mbit line soon hopefully. Anyway, heres what I have: - Stock fedora 12, but install a newer bzr from rawhide - Install Hudson from the Hudson yum repos - Install the Hudson bzr plugin - Configure a "free form" project in Hudson - trigger build by poll bzr every 30 minutes - ./configure && make -j4 I havent looked at it in a while, but now I see that it was 11 days ago I had a sucessful build. The build fails on: org/org-docbook.el:76:1:Error: Symbol's function definition is void: org-make-overlay so aparently my build command isnt robust. > > j> Also it would be nice to check that code formating is ok, and code > j> documentation is ok. I dont know how to do that yet, but I was thinking > j> on maybe using "indent" and "checkdoc-batch". > > For the ELisp code, elint-directory may be a nice way to check > everything in lisp/* > > Ted > -- Joakim Verona