From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22740: Freshness check blocks upgrading Date: Tue, 23 Feb 2016 18:07:00 +0100 Message-ID: <87bn77gxu3.fsf@gnu.org> References: <20160219171209.GA530@solar> <87mvqv943a.fsf@gmail.com> <874md0moo2.fsf@gnu.org> <87k2lvolh5.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]:56054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYGRR-00081N-Ti for bug-guix@gnu.org; Tue, 23 Feb 2016 12:08:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYGRO-0005L1-Lj for bug-guix@gnu.org; Tue, 23 Feb 2016 12:08:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYGRO-0005Ku-Ia for bug-guix@gnu.org; Tue, 23 Feb 2016 12:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aYGRO-0004QK-Cs for bug-guix@gnu.org; Tue, 23 Feb 2016 12:08:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k2lvolh5.fsf@gmail.com> (Alex Kost's message of "Tue, 23 Feb 2016 11:54:30 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Alex Kost Cc: 22740@debbugs.gnu.org Alex Kost skribis: > Attached. I also removed 'check-package-freshness' from (gnu packages) > as it is not used anywhere else, or should it be left? It=E2=80=99s fine to remove it. > From 1d6d4d0864672b0676f09eb6c8285684e5b8785c Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Tue, 23 Feb 2016 11:38:00 +0300 > Subject: [PATCH] Do not check package freshness during upgrade. > > Fixes . > Reported by Andreas Enge . > > * gnu/packages.scm (waiting, ftp-open*, check-package-freshness): Remove. > * guix/scripts/package.scm (options->installable): Adjust accordingly. > * emacs/guix-main.scm (package->manifest-entry*): Likewise. OK, thanks! Ludo=E2=80=99.