From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0JVa-00041W-8q for guix-patches@gnu.org; Thu, 05 Oct 2017 23:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0JVW-0000sC-BU for guix-patches@gnu.org; Thu, 05 Oct 2017 23:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43319) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0JVW-0000ry-9A for guix-patches@gnu.org; Thu, 05 Oct 2017 23:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0JVV-0004bD-T4 for guix-patches@gnu.org; Thu, 05 Oct 2017 23:41:01 -0400 Subject: [bug#28699] [PATCH] pull: Add GUIX_PULL_URL environment variable. Resent-Message-ID: From: Oleg Pykhalov References: <87d1632sge.fsf@gmail.com> <87o9pm7xk4.fsf@gnu.org> Date: Fri, 06 Oct 2017 06:39:56 +0300 In-Reply-To: <87o9pm7xk4.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 05 Oct 2017 11:28:59 +0200") Message-ID: <87a8152bcj.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28699@debbugs.gnu.org Hello Ludovic, thanks for review! ludo@gnu.org (Ludovic Court=C3=A8s) writes: > 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=9Cch= annels=E2=80=9D, which > would provide a way to persistently register repo URLs. Interesting. I didn't know about channels before you mention. > OTOH, I see that it can be convenient in the short-term for someone > using a repo other than the default one. > > Thoughts? So, as we don't have channels yet, then I think it's a useful patch. Because I cannot use 'guix pull --url=3DURL' when I use 'M-x guix pull' in GNU Emacs.