diff options
author | Jelle Licht <jlicht@fsfe.org> | 2023-06-10 11:58:54 +0200 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-06-10 19:08:02 -0400 |
commit | 0eca53e702ac209efacb86f64fc86ea54286ef35 (patch) | |
tree | da553a932ea5c5e9d8f80ac4f51b1cd7a1d190d0 /Documentation | |
parent | adb5b4a858c0f72fc807a4a94417361d0ba14f92 (diff) | |
download | piem-0eca53e702ac209efacb86f64fc86ea54286ef35.tar.gz |
piem: Add :gnu-package keyword to piem-inboxes
With the `:gnu-package` keyword, users can configure a string to match
against the X-GNU-PR-PACKAGE email header for the GNU Bug Tracker.
Message-ID: <20230610095858.26982-2-jlicht@fsfe.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/piem.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 26962a4..99185d3 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -168,6 +168,12 @@ repository (e.g., if the inbox receives patches for multiple projects, or if you use a few dedicated Git worktrees for different types of patches), set @code{:coderepo} to a list of locations. +@cindex issue tracking +@cindex Debbugs, issue tracking system +When using the Debbugs instance at @uref{https://bugs.gnu.org} to +retrieve messages, an inbox can mapped to each message by setting +@code{:gnu-package} for an inbox. + @findex piem-merged-inboxes @vindex piem-get-inboxes-from-config If you mirror some inboxes locally (e.g., for fast local access or for |