From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] upstream: Add 'description' field to 'upstream-updater'. Date: Tue, 27 Oct 2015 21:59:58 +0300 Message-ID: <87mvv4qgr5.fsf@gmail.com> References: <87611z9v27.fsf@gmail.com> <87611uk4f3.fsf@gnu.org> <87mvv51lb9.fsf_-_@gmail.com> <87h9lcrznv.fsf@gnu.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]:34461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr9TX-0002Jn-Bk for guix-devel@gnu.org; Tue, 27 Oct 2015 15:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr9TT-0002Eb-A1 for guix-devel@gnu.org; Tue, 27 Oct 2015 15:00:03 -0400 In-Reply-To: <87h9lcrznv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 27 Oct 2015 18:26:12 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2015-10-27 20:26 +0300) wrote: > 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? Sure! I forgot about it. > OK with this change, thank you! Fixed and pushed, thanks! --=20 Alex