all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: EuAndreh <eu@euandre.org>
Cc: 50606@debbugs.gnu.org
Subject: bug#50606: Add support for other formats of Guix channels
Date: Thu, 16 Sep 2021 10:17:32 +0200	[thread overview]
Message-ID: <87ee9p2aub.fsf@gnu.org> (raw)
In-Reply-To: <163172701717.1270740.9988334410334115700@localhost> (EuAndreh's message of "Wed, 15 Sep 2021 14:30:17 -0300")

Hi,

EuAndreh <eu@euandre.org> skribis:

> As I've described in [0], one can't have a Guix channel served over Git's
> "Dumb HTTP" protocol.  That is caused by libgit's inability to do so [1].
>
> Guix channel authors may want to serve channels:
> - via "Dumb HTTP" Git repositories;
> - via other DVCS like Mercurial, Fossil, BitKeeper;
> - decoupled from the backing versioning tool.
>
> My initial though is that making Guix knowing how to handle channels served as
> tarballs would suffice, and cover all of the above.  Those channels wouldn't
> have the exact same caching and authentication characteristics as channels
> served via Git repositories, but that seems OK.
>
> WDYT?

Channel authentication and downgrade prevention are very much linked to
Git, though they could work with any append-only kind of DVCS.

Now, the implementation is (purposefully) very much Git-only; the format
of channel specs is somewhat Git-only as well.  I understand it can be
frustrating users of other VCSes, but from a maintenance viewpoint,
supporting a single VCS greatly simplifies things.  I also think it’s
beneficial from a user interface standpoint because it allows us to
provide tighter integration than if there was a high-level abstraction
layer.

All in all, I’m not in favor of supporting other version control tools
for channels.

Supporting the “dump HTTP” Git transport would be nice, but as you
write, it’s more of a feature request for libgit2.

Thanks,
Ludo’.




  reply	other threads:[~2021-09-16  8:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-15 17:30 bug#50606: Add support for other formats of Guix channels EuAndreh via Bug reports for GNU Guix
2021-09-16  8:17 ` Ludovic Courtès [this message]
2021-09-16 11:18   ` zimoun
2021-09-16 17:41     ` EuAndreh via Bug reports for GNU Guix
2021-09-16 17:48       ` EuAndreh via Bug reports for GNU Guix
2021-09-16 17:51         ` EuAndreh via Bug reports for GNU Guix
2021-09-16 20:21       ` Ludovic Courtès
2021-09-17 10:41         ` EuAndreh via Bug reports for GNU Guix
2021-09-17 10:46           ` EuAndreh via Bug reports for GNU Guix
2021-09-17 17:00             ` zimoun
2021-09-18 10:08               ` Ludovic Courtès
2021-09-16 23:44       ` Leo Famulari
2021-09-17  8:16       ` zimoun
2021-09-17 10:44         ` EuAndreh via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ee9p2aub.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=50606@debbugs.gnu.org \
    --cc=eu@euandre.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.