From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Export 'check-package-freshness' Date: Wed, 20 Aug 2014 10:56:11 +0200 Message-ID: <87lhqj8rpw.fsf@gnu.org> References: <87ppg0cmzm.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]:59826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK1gt-0003Tl-6E for guix-devel@gnu.org; Wed, 20 Aug 2014 04:56:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK1gk-0006dz-4w for guix-devel@gnu.org; Wed, 20 Aug 2014 04:56:23 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK1gj-0006dv-Uj for guix-devel@gnu.org; Wed, 20 Aug 2014 04:56:14 -0400 In-Reply-To: <87ppg0cmzm.fsf@gmail.com> (Alex Kost's message of "Sat, 16 Aug 2014 22:23:25 +0400") 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: > Here is the patch for that. I'm not sure about the commit message. > Should it be changed? [...] > From a13dbc81b6ca8c16343aaaafd17ec57812f0c24e Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 16 Aug 2014 22:00:34 +0400 > Subject: [PATCH] Move 'check-package-freshness' from 'guix package' to > 'packages' I would add a period at the end, but that=E2=80=99s really because you aske= d for nitpicking. :-) > * guix/scripts/package.scm (%sigint-prompt, call-with-sigint-handler) > (waiting, ftp-open*, check-package-freshness): Move to... > * gnu/packages.scm: ... here. Applied, thanks! Ludo=E2=80=99.