unofficial mirror of bug-mumi@gnu.org
 help / color / mirror / Atom feed
From: Felix Lechner via Bug-mumi via "Bug reports for GNU Guix Mumi." <bug-mumi@gnu.org>
To: 69329@debbugs.gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>
Subject: bug#69329: [PATCH 2/2] {html, config}: Add config value for Mumi bug submissions; mention it.
Date: Fri, 23 Feb 2024 07:11:15 -0800	[thread overview]
Message-ID: <20240223151115.16677-2-felix.lechner@lease-up.com> (raw)
In-Reply-To: <20240223151115.16677-1-felix.lechner@lease-up.com>

The mailing address bug-mumi@gnu.org was not added to the 'lists'
configuration value, which appeared to be unused.

May require changes on production equipment unless the standard
configuration is being deployed.

* mumi/config.scm.in: Add config value for Mumi bug submissions.
mumi/web/view/html.scm: Mention it on the home page.
---
 mumi/config.scm.in     | 1 +
 mumi/web/view/html.scm | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/mumi/config.scm.in b/mumi/config.scm.in
index 11bc046..0d0cb3c 100644
--- a/mumi/config.scm.in
+++ b/mumi/config.scm.in
@@ -76,6 +76,7 @@
            (cache-ttl   . 120)
            (submission-patch-email-address . "guix-patches@gnu.org")
            (submission-bug-email-address . "bug-guix@gnu.org")
+           (submission-mumi-email-address . "bug-mumi@gnu.org")
            (lists       . ("guix-patches@gnu.org" "bug-guix@gnu.org"))
            (packages    . ("guix-patches" "guix" "skribilo"))
            (debbugs-domain . "debbugs.gnu.org")
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index 66c7d2a..58db863 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -265,6 +265,11 @@ simple query language.  Here is a list of supported query terms:")
          (a (@ (href ,(string-append "mailto:" (%config 'submission-bug-email-address))))
             ,(%config 'submission-bug-email-address))
          " to submit a bug report.")
+      (p (@ (class "lead"))
+         "Please send an email to "
+         (a (@ (href ,(string-append "mailto:" (%config 'submission-mumi-email-address))))
+            ,(%config 'submission-patch-email-address))
+         " to submit a bug report against this issue tracker.")
       ,(search-widget)
 
       (article
-- 
2.41.0





      reply	other threads:[~2024-02-23 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 14:09 bug#69329: [PATCH] Add pointer to bug-mumi@ on home page Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
2024-02-23 15:11 ` bug#69329: [PATCH 1/2] {html, config}: Change variable name for Guix patch submissions Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
2024-02-23 15:11   ` Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi. [this message]

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

  List information: https://issues.guix.gnu.org/

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

  git send-email \
    --in-reply-to=20240223151115.16677-2-felix.lechner@lease-up.com \
    --to=bug-mumi@gnu.org \
    --cc=69329@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).