From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46922) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRjjO-0001EF-O5 for guix-patches@gnu.org; Thu, 23 Apr 2020 17:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRjjO-0001iZ-Aq for guix-patches@gnu.org; Thu, 23 Apr 2020 17:50:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44391) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRjjN-0001hz-RC for guix-patches@gnu.org; Thu, 23 Apr 2020 17:50:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRjjN-0001cP-Nw for guix-patches@gnu.org; Thu, 23 Apr 2020 17:50:01 -0400 Subject: [bug#40497] [PATCH] reconfigure: Don't call build-derivations for upgrade-services test Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200407211433.1620-1-mail@cbaines.net> Date: Thu, 23 Apr 2020 23:49:13 +0200 In-Reply-To: <20200407211433.1620-1-mail@cbaines.net> (Christopher Baines's message of "Tue, 7 Apr 2020 22:14:33 +0100") Message-ID: <87r1wdlvom.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: 40497@debbugs.gnu.org Hi, Christopher Baines skribis: > This commit adjusts the upgrade-services system test to not build anything > when computing the derivation for the system test. I came across this wh= en > looking at issues computing the system test derivations to store in the G= uix > Data Service. > > * gnu/tests/reconfigure.scm (run-upgrade-services-test): Remove the use o= f, > and definition for ensure-service-file. LGTM, thanks! Ludo=E2=80=99.