GNU bug report logs - #67496
[PATCH] gnu: gmnisrv: Fix typo

Previous Next

Package: guix-patches;

Reported by: Michal Atlas <michal_atlas+git <at> posteo.net>

Date: Mon, 27 Nov 2023 20:01:02 UTC

Severity: normal

Tags: patch

Merged with 67573

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: bug#67573: closed (Re: [bug#67496] [PATCH] gnu: gmnisrv: Fix typo)
Date: Sun, 03 Dec 2023 22:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67496: [PATCH] gnu: services: Fix gmnisrv service name.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67573 <at> debbugs.gnu.org.

-- 
67496: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67496
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michal Atlas <michal_atlas+git <at> posteo.net>
Cc: 67496-done <at> debbugs.gnu.org
Subject: Re: [bug#67496] [PATCH] gnu: gmnisrv: Fix typo
Date: Sun, 03 Dec 2023 23:47:40 +0100
Michal Atlas <michal_atlas+git <at> posteo.net> skribis:

> * gnu/services/web.scm (gmnisrv-service-type): Change the service name to gmnisrv
>
> Change-Id: I1ca46c312db851486313c431fe0454786f0a673e

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: guix-patches <at> gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH] gnu: services: Fix gmnisrv service name.
Date: Fri,  1 Dec 2023 22:24:28 +0100
* gnu/services/web.scm (gmnisrv-service-type):
Change name from guix to gmnisrv.
---
 gnu/services/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 818226a4f7..0f2ec71713 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -2101,7 +2101,7 @@ (define %gmnisrv-activation
 
 (define gmnisrv-service-type
   (service-type
-   (name 'guix)
+   (name 'gmnisrv)
    (extensions
     (list (service-extension activation-service-type
                              (const %gmnisrv-activation))

base-commit: 842a11f1caa1bb929c427722ad9d7b7c1ff65727
--
2.41.0




This bug report was last modified 1 year and 171 days ago.

Previous Next


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