From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 01/05: build-self: Avoid deprecated bindings. Date: Tue, 23 Apr 2019 00:53:32 +0200 Message-ID: <87wojly7mb.fsf@gnu.org> References: <20190422190547.15038.16393@vcs0.savannah.gnu.org> <20190422190549.188DA20C04@vcs0.savannah.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 ([209.51.188.92]:37124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIhtA-0004iq-UA for guix-devel@gnu.org; Mon, 22 Apr 2019 18:58:17 -0400 In-Reply-To: <20190422190549.188DA20C04@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Mon, 22 Apr 2019 15:05:49 -0400 (EDT)") 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: guix-devel@gnu.org, Mark H Weaver Hi Mark, guix-commits@gnu.org skribis: > commit fa9e6e8b676ca920a894cf3b48bfcb670077144f > Author: Mark H Weaver > Date: Sun Apr 21 13:58:08 2019 -0400 > > build-self: Avoid deprecated bindings. >=20=20=20=20=20 > * build-aux/build-self.scm (build): Replace references to nix-server-* > with store-connection-*. I reverted this commit because by using the new bindings, we would prevent users of Guix prior to de9fbe9cdcf5f8deb08becfc54b523084fd67bda, such as version 0.16.0, to upgrade to current master. We will have to keep using the old names in this file for a while. This file is a bit special in that we have to assume that it can be evaluated by an old Guix. Note that commit 3a8c4860fbccc840b28227dbe44cfffb128a91e0 took care of silencing deprecation warnings coming from build-self.scm for this reason. Thanks, Ludo=E2=80=99.