emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32618: closed (Channels: guix pull error when spec


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32618: closed (Channels: guix pull error when specifying branch)
Date: Wed, 05 Sep 2018 21:56:02 +0000

Your message dated Wed, 05 Sep 2018 23:55:12 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
32618: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32618
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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.




--- End Message ---
--- Begin Message --- Subject: Re: 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’.


--- End Message ---

reply via email to

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