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: Eric Brown
Subject: bug#32618: Channels: guix pull error when specifying branch
Date: Sun, 02 Sep 2018 20:33:34 -0500

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'

I have tested with my own site as well:
       (url "https://ericcbrown.com:8888/ecbrown/guix.git";)

and I see the same behavior.






reply via email to

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