From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22990: Grafts leads to inefficient substitute info retrieval Date: Tue, 15 Mar 2016 09:24:42 +0100 Message-ID: <87mvq0tagl.fsf@gnu.org> References: <8737rxx8gk.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]:53502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afkHp-0005Ky-TZ for bug-guix@gnu.org; Tue, 15 Mar 2016 04:25:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afkHl-0005Py-U8 for bug-guix@gnu.org; Tue, 15 Mar 2016 04:25:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afkHl-0005Pk-QW for bug-guix@gnu.org; Tue, 15 Mar 2016 04:25:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1afkHl-00023n-Kq for bug-guix@gnu.org; Tue, 15 Mar 2016 04:25:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8737rxx8gk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 11 Mar 2016 17:52:59 +0100") 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: 22990@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Concretely, what this means is this: > > $ guix package -u > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > substitute: updating list of substitutes from 'http://mirror.guixsd.org= '... 100.0% > [=E2=80=A6] > The following files would be downloaded: This is somewhat mitigated by commits f09aea1b58b3ef961d3cc712f116fe4617bc8f90 and 264fdedb408ba3620d1e361de6c77e7925025301. In addition, 026ca50fa4c46a8e280cd51621bbec76b12c0757 slightly improves =E2=80=98guix substitute=E2=80=99 performance. Ludo=E2=80=99.