diff options
author | Raphaël Mélotte <raphael.melotte@mind.be> | 2023-09-28 15:58:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-11 23:16:27 +0100 |
commit | b650dcabf1cd1aa596228e1e7eff4acf372ef6a6 (patch) | |
tree | b474bbe9dca409db1ef8117a3c18fa07260d37a6 /doc/contributing.texi | |
parent | 7217c9348679d00ebf80fe5285564f6bb198a8fd (diff) |
doc: suggest using pre-inst-env for git-send-email on foreign distros
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.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 0833b5d32c..7337f4bd58 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1684,6 +1684,11 @@ command to submit patches. To list the available actions of the script, you can invoke it via the @command{etc/teams.scm help} command. For more information regarding teams, @pxref{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 |