GNU bug report logs -
#32618
Channels: guix pull error when specifying branch
Previous Next
Reported by: Eric Brown <brown <at> fastmail.com>
Date: Mon, 3 Sep 2018 01:34:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Sep 2018 23:55:12 +0200
with message-id <87bm9btxrz.fsf <at> gnu.org>
and subject line Re: bug#32618: Channels: guix pull error when specifying branch
has caused the debbugs.gnu.org bug report #32618,
regarding Channels: guix pull error when specifying branch
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32618: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32618
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.
[Message part 3 (message/rfc822, inline)]
Hi Eric,
Eric Brown <brown <at> fastmail.com> 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’.
This bug report was last modified 6 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.