diff mbox series

[bug#66258] doc: suggest using pre-inst-env for git-send-email on foreign distros

Message ID 1f5ec2f97a7eff5980d37904369f3c835a7844c3.1695909293.git.raphael.melotte@mind.be
State New
Headers show
Series [bug#66258] doc: suggest using pre-inst-env for git-send-email on foreign distros | expand

Commit Message

vasilii.smirnov--- via Guix-patches" via Sept. 28, 2023, 1:58 p.m. UTC
On foreign distros, not using pre-inst-env when using git-send-email results
in a backtrace ending with: no code for module (guix ui)
This can be confusing as users did not have to use pre-inst-env to use
git-send-email before.

* doc/contributing.texi (Sending a Patch Series): add a note to suggest using
pre-inst-env when calling git-send-email on foreign distros.
---
 doc/contributing.texi | 5 +++++
 1 file changed, 5 insertions(+)


base-commit: ce0cc6137df81919389f61671096a6ce701c0889

Comments

Ludovic Courtès Dec. 11, 2023, 10:16 p.m. UTC | #1
Hi,

Raphaël Mélotte <raphael.melotte@mind.be> skribis:

> On foreign distros, not using pre-inst-env when using git-send-email results
> in a backtrace ending with: no code for module (guix ui)
> This can be confusing as users did not have to use pre-inst-env to use
> git-send-email before.
>
> * doc/contributing.texi (Sending a Patch Series): add a note to suggest using
> pre-inst-env when calling git-send-email on foreign distros.

Finally applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0de47a403b..c0676e28fa 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1574,6 +1574,11 @@  Sending a Patch Series
 you can invoke it via the @command{etc/teams.scm help} command.  For
 more information regarding teams, see @xref{Teams}.
 
+@quotation Note
+On foreign distros, you might have to use @command{./pre-inst-env git
+send-email} for @file{etc/teams.scm} to work.
+@end quotation
+
 @unnumberedsubsubsec Multiple Patches
 @anchor{Multiple Patches}
 @cindex cover letter