From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add autobuild. Date: Fri, 2 Oct 2015 13:56:44 +0200 Message-ID: References: <1443733134-3685-1-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhyxL-0001kU-Ps for guix-devel@gnu.org; Fri, 02 Oct 2015 07:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhyxI-0000u5-Kk for guix-devel@gnu.org; Fri, 02 Oct 2015 07:56:55 -0400 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:57035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhyxI-0000tz-Ab for guix-devel@gnu.org; Fri, 02 Oct 2015 07:56:52 -0400 In-Reply-To: <1443733134-3685-1-git-send-email-mthl@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin writes: > * gnu/packages/autotools.scm (autobuild): New variable. > --- > gnu/packages/autotools.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) Looks good to me with the exception of this part of the description: > +The summary include project name, version, build hostname, host type (= cross > +compile aware), date of build, and indication of success or failure. = The Should this not be =E2=80=9Cincludes=E2=80=9D rather than =E2=80=9Cinclud= e=E2=80=9D? ~~ Ricardo