GNU bug report logs - #76503
[GCD] Migrating repositories, issues, and patches to Codeberg

Previous Next

Package: guix-patches;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Sun, 23 Feb 2025 15:21:02 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: arunisaac <at> systemreboot.net, ludo <at> gnu.org, Cayetano Santos <csantosb <at> inventati.org>, Andrew Wong <wongandj <at> icloud.com>, slade <at> lambda-y.net, 76503 <at> debbugs.gnu.org, guix <at> cbaines.net
Subject: [bug#76503] [GCD] Migrating repositories, issues, and patches to Codeberg
Date: Thu, 06 Mar 2025 09:47:33 +0900
Hi,

Ricardo Wurmus <rekado <at> elephly.net> writes:

[...]

> The difference is that you don't need to configure "git send-email" or
> configure a local msmtp to send email to guix-devel or other mailing
> lists.  For patches sent to guix-patches we recommend configuring "git
> send-email" to avoid garbled patches.
>
> I know from mentoring people that setting up "git send-email" is a
> real
> hurdle, whereas sending simple emails to participate in discussions on
> a
> mailing list is not.

I believe git has good documentation for that, but yes, someone would
need to put this blurb in their ~/.gitconfig file:

--8<---------------cut here---------------start------------->8---
[sendemail]
        smtpEncryption = tls
        smtpServer = some-email-server
        smtpUser = your-email
        smtpPass = your-password
        smtpServerPort = 587
	assume8bitEncoding = utf-8
--8<---------------cut here---------------end--------------->8---

Which shouldn't be much more difficult than setting up SSH keys to be
able to push to your Codeberg fork, it seems.

-- 
Thanks,
Maxim




This bug report was last modified 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.