GNU bug report logs - #69329
[PATCH] Add pointer to bug-mumi@ on home page

Previous Next

Package: mumi;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Fri, 23 Feb 2024 14:52:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 69329 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-mumi <at> gnu.org:
bug#69329; Package mumi. (Fri, 23 Feb 2024 14:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Lechner <felix.lechner <at> lease-up.com>:
New bug report received and forwarded. Copy sent to bug-mumi <at> gnu.org. (Fri, 23 Feb 2024 14:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: bug-mumi <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] Add pointer to bug-mumi@ on home page
Date: Fri, 23 Feb 2024 06:09:07 -0800
Hi,

Should we mention bug-guix <at> gnu.org on Mumi's home page?

Kind regards
Felix

Felix Lechner (2):
  {html, config}: Change variable name for Guix patch submissions.
  {html, config}: Add config value for Mumi bug submissions; mention it.

 mumi/config.scm.in     | 3 ++-
 mumi/web/view/html.scm | 9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)


base-commit: ba4750f0d12fedbbc9439c31715f95d0007dce8d
prerequisite-patch-id: 02d62b766b53f1c6bc87549c32c0bc4c3a738f73
-- 
2.41.0





Information forwarded to bug-mumi <at> gnu.org:
bug#69329; Package mumi. (Fri, 23 Feb 2024 15:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 69329 <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: 69329 <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH 1/2] {html,
 config}: Change variable name for Guix patch submissions.
Date: Fri, 23 Feb 2024 07:11:14 -0800
Action take in order to avoid confusion and before adding a separate
variable for bug reports against Mumi.

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

* mumi/config.scm.in: Change variable name for Guix patch submissions.
mumi/web/view/html.scm: Same.
---
 mumi/config.scm.in     | 2 +-
 mumi/web/view/html.scm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mumi/config.scm.in b/mumi/config.scm.in
index 8903f4d..11bc046 100644
--- a/mumi/config.scm.in
+++ b/mumi/config.scm.in
@@ -74,7 +74,7 @@
            (host        . "localhost")
            (port        . 1234)
            (cache-ttl   . 120)
-           (submission-email-address . "guix-patches <at> gnu.org")
+           (submission-patch-email-address . "guix-patches <at> gnu.org")
            (submission-bug-email-address . "bug-guix <at> gnu.org")
            (lists       . ("guix-patches <at> gnu.org" "bug-guix <at> gnu.org"))
            (packages    . ("guix-patches" "guix" "skribilo"))
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index 2599aeb..66c7d2a 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -259,8 +259,8 @@ simple query language.  Here is a list of supported query terms:")
       (h1 "Guix issue tracker")
       (p (@ (class "lead"))
          "This is a web frontend to the Guix patch and bug trackers.  Send an email to "
-         (a (@ (href ,(string-append "mailto:" (%config 'submission-email-address))))
-            ,(%config 'submission-email-address))
+         (a (@ (href ,(string-append "mailto:" (%config 'submission-patch-email-address))))
+            ,(%config 'submission-patch-email-address))
          " to submit a patch, or email "
          (a (@ (href ,(string-append "mailto:" (%config 'submission-bug-email-address))))
             ,(%config 'submission-bug-email-address))
-- 
2.41.0





Information forwarded to bug-mumi <at> gnu.org:
bug#69329; Package mumi. (Fri, 23 Feb 2024 15:13:02 GMT) Full text and rfc822 format available.

Message #11 received at 69329 <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: 69329 <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH 2/2] {html, config}: Add config value for Mumi bug submissions;
 mention it.
Date: Fri, 23 Feb 2024 07:11:15 -0800
The mailing address bug-mumi <at> 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 <at> gnu.org")
            (submission-bug-email-address . "bug-guix <at> gnu.org")
+           (submission-mumi-email-address . "bug-mumi <at> gnu.org")
            (lists       . ("guix-patches <at> gnu.org" "bug-guix <at> 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





This bug report was last modified 71 days ago.

Previous Next


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