From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] upstream: Add 'description' field to 'upstream-updater'. Date: Tue, 27 Oct 2015 18:26:12 +0100 Message-ID: <87h9lcrznv.fsf@gnu.org> References: <87611z9v27.fsf@gmail.com> <87611uk4f3.fsf@gnu.org> <87mvv51lb9.fsf_-_@gmail.com> 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]:55869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr80p-0002d9-3A for guix-devel@gnu.org; Tue, 27 Oct 2015 13:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr80l-0006X0-3d for guix-devel@gnu.org; Tue, 27 Oct 2015 13:26:19 -0400 In-Reply-To: <87mvv51lb9.fsf_-_@gmail.com> (Alex Kost's message of "Mon, 26 Oct 2015 22:28:26 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 19cee5ca983f663117d272382d7063d48e273cd0 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Mon, 26 Oct 2015 21:24:53 +0300 > Subject: [PATCH] upstream: Add 'description' field to 'upstream-updater'. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > Suggested by Ludovic Court=C3=A8s . > > * guix/upstream.scm (): Use 'define-record-type*'. > [description]: New field. > (lookup-updater): Adjust accordingly. > * guix/gnu-maintenance.scm (%gnu-updater): Likewise. > * guix/import/cran.scm (%cran-updater): Likewise. > * guix/import/elpa.scm (%elpa-updater): Likewise. Could you also add missing files to po/guix/POTFILES.in? OK with this change, thank you! Ludo=E2=80=99.