unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37842: Multiple channels with the same name hangs 'guix pull'
@ 2019-10-21  1:50 Maxim Cournoyer
  0 siblings, 0 replies; only message in thread
From: Maxim Cournoyer @ 2019-10-21  1:50 UTC (permalink / raw)
  To: 37842

Hello!

When using a channels.scm file such as:

--8<---------------cut here---------------start------------->8---
(cons* (channel
	(name 'my-channel)
	(url "https://gitlab.com/Apteryks/sfl-guix-channel"))
       (channel
	(name 'my-channel)
	(url "https://gitlab.com/Apteryks/my-guix-channel"))
       %default-channels)
--8<---------------cut here---------------end--------------->8---

It should throw an error, but instead it hangs indefinitely, like:

guix pull
Updating channel 'my-channel' from Git repository at 'https://gitlab.com/Apteryks/sfl-guix-channel'...
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
[hair starts greying out]

Maxim

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-21  1:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21  1:50 bug#37842: Multiple channels with the same name hangs 'guix pull' Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).