From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: =?utf-8?Q?What=E2=80=99s?= next? Date: Sun, 28 May 2017 13:41:05 -0700 Message-ID: <87tw44u332.fsf@gmail.com> References: <877f16z9eo.fsf@gnu.org> <2a1f34d4-3827-ebd9-cf25-e03d081b5a6f@openmailbox.org> <87shjqvcnp.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]:54004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4zt-0002Us-3I for guix-devel@gnu.org; Sun, 28 May 2017 16:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF4zs-00008H-6I for guix-devel@gnu.org; Sun, 28 May 2017 16:41:09 -0400 In-Reply-To: <87shjqvcnp.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 27 May 2017 12:04:26 +0200") 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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Hi, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Brendan, > > Brendan Tildesley skribis: > >> One little annoyance I have is that guix takes every opportunity to >> update the list of substitutes when guix build, guix package -u, etc... >> is run, and fills my terminal with output like: >> >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> ... > > I agree, it=E2=80=99s actually a huge annoyance. It relates to grafts an= d how > they are implemented; I took a stab at fixing this a while back but the > approach turned out to be (mostly?) misguided: > > https://bugs.gnu.org/22990 > > Would be worth thinking through it again! Maybe we could make a timer variable configurable, so that at least it doesn't try to refresh this information at *every* guix command? Default could be at least one hour. I care about my security, but refreshing this at every command seems pretty wasteful in terms of resources. Maxim