From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22629: Channels! Date: Thu, 30 Aug 2018 23:29:32 +0200 Message-ID: <87lg8nr1ab.fsf@gnu.org> References: <87vb5vsffd.fsf@gnu.org> <87pny2iks2.fsf@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 ([2001:4830:134:3::10]:56005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fvUcn-0006f3-MK for bug-guix@gnu.org; Thu, 30 Aug 2018 17:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fvUVu-0007vC-SK for bug-guix@gnu.org; Thu, 30 Aug 2018 17:30:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fvUVu-0007v0-Nf for bug-guix@gnu.org; Thu, 30 Aug 2018 17:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fvUVu-0005Aa-Dj for bug-guix@gnu.org; Thu, 30 Aug 2018 17:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pny2iks2.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 28 Aug 2018 17:16:29 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 22629@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > The patches that follow implement this last bit, though in a slightly > different way. Users would now have the option to provide > ~/.config/guix/channels.scm along these lines: > > (cons (channel > (name 'guix-hpc) > (url "https://gitlab.inria.fr/guix-hpc/guix-hpc.git") > (branch "origin/master")) > %default-channels) What follows is version 2 of the patches, which I=E2=80=99d like to push wi= thin a day or two. The main changes are: 1. Added documentation for channels and ~/.config/guix/channels.scm. In particular I added a warning about compatibility that summarizes what we discussed. Please let me know what you think. 2. Added -C/--channels option to =E2=80=98guix pull=E2=80=99 to specify a= channel file. 3. Fixed =E2=80=98update-NEWS.scm=E2=80=99, which assumed that the last i= tem of (%package-module-path) is Guix=E2=80=99s own set of modules. We also = find this pattern in guix-artwork.git/website and probably in other places, so we=E2=80=99ll have to adjust them. Ludo=E2=80=99.