From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile automated builds available Date: Wed, 10 Sep 2008 23:18:10 +0200 Message-ID: <49dd78620809101418t1f514e91w93be13e2664ee2b7@mail.gmail.com> References: <87ljz2d7ec.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1221081513 30183 80.91.229.12 (10 Sep 2008 21:18:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 21:18:33 +0000 (UTC) Cc: guile-devel@gnu.org To: "=?ISO-8859-1?Q?Ludovic_Court=E8s?=" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 10 23:19:27 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KdX5w-00066G-GP for guile-devel@m.gmane.org; Wed, 10 Sep 2008 23:19:25 +0200 Original-Received: from localhost ([127.0.0.1]:57144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdX4v-00033h-Mr for guile-devel@m.gmane.org; Wed, 10 Sep 2008 17:18:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdX4o-0002zE-QO for guile-devel@gnu.org; Wed, 10 Sep 2008 17:18:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdX4n-0002tC-4R for guile-devel@gnu.org; Wed, 10 Sep 2008 17:18:14 -0400 Original-Received: from [199.232.76.173] (port=58488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdX4m-0002sx-WB for guile-devel@gnu.org; Wed, 10 Sep 2008 17:18:13 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.240]:49812) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdX4m-0004Sb-US for guile-devel@gnu.org; Wed, 10 Sep 2008 17:18:13 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so39672rvb.6 for ; Wed, 10 Sep 2008 14:18:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nPEKbinq7IwokDBPzyPdzF70r0QF+y/v3ei0y0UgjC4=; b=ZnN/AQ89sg0oXslClXNIwm3+Jum2vi4bj15uQpqOoirovVTVbbxmZCrTUMM7PrNg3H 5JYNvRfwkf/jhQP0wPl5nzxSDZ43VtJBNluvg2rMiSd3O+cuNYUVQDp7sCtdKYdlYIkg ZJcUr7VPU75B510k8lKaSj9v4qp38EEsfOtkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=j1E8hNZwnrm66KUM85E74jjsTO9t0+tvf23mzNAHGpHSENgUbR65y1GoPT64i+TGFv h6NDbXnrylfp22V9UC6yrQT75pdTgpje1EuSIiojgt7MxWWYnsigLOTjPbIkC9xULbfU qDLqsXBYHCWY6VCTe1XzVoZTOOK4lk7h9BHUQ= Original-Received: by 10.140.201.4 with SMTP id y4mr1155999rvf.86.1221081491915; Wed, 10 Sep 2008 14:18:11 -0700 (PDT) Original-Received: by 10.141.177.4 with HTTP; Wed, 10 Sep 2008 14:18:10 -0700 (PDT) In-Reply-To: <87ljz2d7ec.fsf@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7664 Archived-At: Hi Ludo, sorry that this is so late...! 2008/8/12 Ludovic Court=E8s : > Hello, > > I've installed a daily build process on some of the GCC Compile Farm > Project's machines [0], currently covering 3 architectures (sparc64, > alphaev56 and x86-64), all under GNU/Linux, with different versions of > GCC. From now on, the build should run at around 3pm UTC every day. > Build logs are sent by mail to Simon Josefsson's Autobuild service [1] > and can be seen here: > > http://autobuild.josefsson.org/guile/ This looks really useful! > I use a simple script (attached) that invokes Autobuild's m4 macro [2]. > I'm wondering whether it would be a good idea to include it in releases, > and tell people they can run > "./configure && make check | mail guile@autobuild.josefsson.org" so that > we get more build results. > > Thoughts? I think that's an excellent idea. Just to check that I'm understanding correctly: I believe you mean just adding AB_INIT to configure.in, and the source for AB_INIT to acinclude.m4; is that right? Regards, Neil