From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Automated mingw32 build Date: Tue, 26 May 2009 23:02:14 +0200 Message-ID: <87fxera889.fsf@gnu.org> References: <87eiudwky6.fsf@arudy.ossau.uklinux.net> <87ljoku8e7.fsf@gnu.org> <87k543g27z.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243371757 13522 80.91.229.12 (26 May 2009 21:02:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 21:02:37 +0000 (UTC) Cc: guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 26 23:02:32 2009 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 1M93n6-0008L0-Bz for guile-devel@m.gmane.org; Tue, 26 May 2009 23:02:32 +0200 Original-Received: from localhost ([127.0.0.1]:51817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M93n6-0007z3-15 for guile-devel@m.gmane.org; Tue, 26 May 2009 17:02:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M93n3-0007yo-EC for guile-devel@gnu.org; Tue, 26 May 2009 17:02:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M93my-0007yc-4S for guile-devel@gnu.org; Tue, 26 May 2009 17:02:28 -0400 Original-Received: from [199.232.76.173] (port=54041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M93mx-0007yZ-Tw for guile-devel@gnu.org; Tue, 26 May 2009 17:02:23 -0400 Original-Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:44375) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1M93mx-0003rO-8b for guile-devel@gnu.org; Tue, 26 May 2009 17:02:23 -0400 X-IronPort-AV: E=Sophos;i="4.41,254,1241388000"; d="scan'208";a="28362155" Original-Received: from vpn74.saclay.inria.fr (HELO nixey) ([195.83.213.74]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 26 May 2009 23:02:19 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 7 Prairial an 217 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu In-Reply-To: <87k543g27z.fsf@arudy.ossau.uklinux.net> (Neil Jerram's message of "Tue, 26 May 2009 19:15:28 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:8525 Archived-At: Hey! Neil Jerram writes: > I've added an incantation to do that, so hopefully that will happen > automatically from tonight. Nice, thanks. > Should we also have something in the version information to make clear > that the code being built is a Git head and not a released version? It's obviously suboptimal, but I include the output of `git describe' at the beginning of the log (see http://autobuild.josefsson.org/guile/log-200905261109375422000.txt). (I notice that the GCC Compile Farm builders haven't been doing a lot of work over the last few weeks...) Ludo'.