From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60431) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1im36z-0006C3-FE for guix-patches@gnu.org; Mon, 30 Dec 2019 17:02:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1im36x-0006VZ-CZ for guix-patches@gnu.org; Mon, 30 Dec 2019 17:02:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55829) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1im36v-0006Ug-TF for guix-patches@gnu.org; Mon, 30 Dec 2019 17:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1im36v-0003qQ-RM for guix-patches@gnu.org; Mon, 30 Dec 2019 17:02:01 -0500 Subject: [bug#38754] [PATCH 0/2] Speed up the derivation linter. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <8736d7rnzg.fsf@cbaines.net> Date: Mon, 30 Dec 2019 23:01:21 +0100 In-Reply-To: <8736d7rnzg.fsf@cbaines.net> (Christopher Baines's message of "Thu, 26 Dec 2019 17:33:07 +0000") Message-ID: <8736d11nim.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 38754@debbugs.gnu.org Hi, Christopher Baines skribis: > These patches speed up the derivation linter by reducing the number of > times a connection to the guix-daemon is established. In testing on my > computer, the time to lint all guix packages with the derivation linter > drops from around 6 minutes to around 3 minutes. Neat. > Christopher Baines (2): > guix: lint: Add an optional parameter for a store connection. > scripts: lint: Set the %link-checker-store-connection parameter. LGTM, thanks! :-) Ludo=E2=80=99.