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: Sun, 02 Sep 2018 17:11:10 +0200 Message-ID: <87h8j86ik1.fsf@gnu.org> References: <87vb5vsffd.fsf@gnu.org> <87pny2iks2.fsf@gnu.org> <87lg8nr1ab.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]:34577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwU5a-0006UQ-9s for bug-guix@gnu.org; Sun, 02 Sep 2018 11:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwU2k-0008NW-Nz for bug-guix@gnu.org; Sun, 02 Sep 2018 11:12:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fwU2k-0008N4-Ih for bug-guix@gnu.org; Sun, 02 Sep 2018 11:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fwU2k-0002zv-DG for bug-guix@gnu.org; Sun, 02 Sep 2018 11:12:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87lg8nr1ab.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 30 Aug 2018 23:29:32 +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-done@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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 = within > a day or two. The main changes are: I fixed a typo that would lead =E2=80=98--url=E2=80=99 to be ignored and pu= shed. Please report any problems you may have! I=E2=80=99m closing this 2.5-year old issue now. :-) Ludo=E2=80=99.