From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32618: Channels: guix pull error when specifying branch Date: Wed, 05 Sep 2018 23:55:12 +0200 Message-ID: <87bm9btxrz.fsf@gnu.org> References: <87h8j7icup.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxfyo-0000Bd-Od for bug-guix@gnu.org; Wed, 05 Sep 2018 18:08:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxfmM-0001jA-Uz for bug-guix@gnu.org; Wed, 05 Sep 2018 17:56:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42439) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxfmM-0001iu-Md for bug-guix@gnu.org; Wed, 05 Sep 2018 17:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fxfmM-0001tH-KO for bug-guix@gnu.org; Wed, 05 Sep 2018 17:56:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h8j7icup.fsf@fastmail.com> (Eric Brown's message of "Sun, 02 Sep 2018 20:33:34 -0500") 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: Eric Brown Cc: 32618-done@debbugs.gnu.org Hi Eric, Eric Brown skribis: > I am trying the new Channels, working with a > ~/.config/guix/channels.scm: > > `guix pull' completes when a commit is specified: > (list (channel > (name 'guix) > (url "https://git.savannah.gnu.org/git/guix.git") > (commit "391097782311c82c04b171db7373a0bbfc1d8653"))) > > but not when the branch name is specified: > (list (channel > (name 'guix) > (url "https://git.savannah.gnu.org/git/guix.git") > (branch "master"))) > > guix pull: error: Git error: cannot locate remote-tracking branch 'master' Until now you had to write "origin/master" instead of "master". This is now fixed in commit 37a6cdbf1b3503d3e60840a176318284b1f7ca25. Thanks! Ludo=E2=80=99.