From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e02Tn-0007K7-Rz for guix-patches@gnu.org; Thu, 05 Oct 2017 05:30:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e02Ti-0002ny-BQ for guix-patches@gnu.org; Thu, 05 Oct 2017 05:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e02Ti-0002nW-8f for guix-patches@gnu.org; Thu, 05 Oct 2017 05:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e02Ti-0008Hz-3a for guix-patches@gnu.org; Thu, 05 Oct 2017 05:30:02 -0400 Subject: [bug#28699] [PATCH] pull: Add GUIX_PULL_URL environment variable. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87d1632sge.fsf@gmail.com> Date: Thu, 05 Oct 2017 11:28:59 +0200 In-Reply-To: <87d1632sge.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 04 Oct 2017 12:05:53 +0300") Message-ID: <87o9pm7xk4.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: Oleg Pykhalov Cc: 28699@debbugs.gnu.org Oleg Pykhalov skribis: > From 2638c08eef0e8c173111ced6bbc95167f6130fd7 Mon Sep 17 00:00:00 2001 > From: Oleg Pykhalov > Date: Wed, 4 Oct 2017 12:01:41 +0300 > Subject: [PATCH] pull: Add GUIX_PULL_URL environment variable. > > * guix/scripts/pull.scm (%repository-url): Add GUIX_PULL_URL environment > variable. > * doc/guix.texi (Invoking guix pull): Mention GUIX_PULL_URL. I=E2=80=99m not entirely convinced, especially with a look on =E2=80=9Cchan= nels=E2=80=9D, which would provide a way to persistently register repo URLs. OTOH, I see that it can be convenient in the short-term for someone using a repo other than the default one. Thoughts? Ludo=E2=80=99.