bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32618: Channels: guix pull error when specifying branch


From: Ludovic Courtès
Subject: bug#32618: Channels: guix pull error when specifying branch
Date: Wed, 05 Sep 2018 23:55:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Eric,

Eric Brown <address@hidden> 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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]