GNU bug report logs -
#69329
[PATCH] Add pointer to bug-mumi@ on home page
Previous Next
To reply to this bug, email your comments to 69329 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
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):
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):
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):
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
Reply sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
You have taken responsibility.
(Fri, 14 Mar 2025 15:04:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Felix Lechner <felix.lechner <at> lease-up.com>
:
bug acknowledged by developer.
(Fri, 14 Mar 2025 15:04:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 69329-done <at> debbugs.gnu.org (full text, mbox):
Hi Felix,
Thanks for the patches!
I applied and pushed the second patch after modifying it to include the
message in the footer.
https://git.savannah.gnu.org/cgit/guix/mumi.git/commit/?id=4b2cf90d4f41a57b4f094395e278c5db3bef3a35
I have not applied the first patch. I would like mumi to be a bug
tracker that can support multiple packages (guix, mumi and skribilo at
the moment on issues.guix.gnu.org). So, we need to try and generalize
somehow.
Regards,
Arun
Information forwarded
to
bug-mumi <at> gnu.org
:
bug#69329
; Package
mumi
.
(Sun, 16 Mar 2025 05:24:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 69329 <at> debbugs.gnu.org (full text, mbox):
I applied patch 1 as well.
Thanks!
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.