GNU bug report logs - #71570
[PATCH] doc: Fix typo in Guix Home Service

Previous Next

Package: guix-patches;

Reported by: Richard Sent <richard <at> freakingpenguin.com>

Date: Sat, 15 Jun 2024 14:40:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71570 in the body.
You can then email your comments to 71570 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to pelzflorian <at> pelzflorian.de, ludo <at> gnu.org, matt <at> excalamus.com, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org:
bug#71570; Package guix-patches. (Sat, 15 Jun 2024 14:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Richard Sent <richard <at> freakingpenguin.com>:
New bug report received and forwarded. Copy sent to pelzflorian <at> pelzflorian.de, ludo <at> gnu.org, matt <at> excalamus.com, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org. (Sat, 15 Jun 2024 14:40:02 GMT) Full text and rfc822 format available.

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

From: Richard Sent <richard <at> freakingpenguin.com>
To: guix-patches <at> gnu.org
Cc: Richard Sent <richard <at> freakingpenguin.com>
Subject: [PATCH] doc: Fix typo in Guix Home Service
Date: Sat, 15 Jun 2024 10:38:33 -0400
* doc/guix.texi (Guix Home Service): Change home-service-type to
guix-home-service-type in example.

Change-Id: Ief7f71c9e6494ced20ccda3bb2643f01eabe8441
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 0102fd0fad..111b911d00 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -39654,7 +39654,7 @@ Guix Services
 environments, as in this example:
 
 @lisp
-(simple-service 'my-extra-home home-service-type
+(simple-service 'my-extra-home guix-home-service-type
                 `(("bob" ,my-extra-home))))
 @end lisp
 @end defvar

base-commit: 7770e4140cddd5dc9c9879cb2bfcbd6cd4de59a0
prerequisite-patch-id: cdde29c457e019ac973382845412c1328febaca5
-- 
2.45.1





Information forwarded to guix-patches <at> gnu.org:
bug#71570; Package guix-patches. (Mon, 17 Jun 2024 20:01:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Richard Sent <richard <at> freakingpenguin.com>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 71570 <at> debbugs.gnu.org,
 Florian Pelz <pelzflorian <at> pelzflorian.de>,
 Matthew Trzcinski <matt <at> excalamus.com>
Subject: Re: [bug#71570] [PATCH] doc: Fix typo in Guix Home Service
Date: Mon, 17 Jun 2024 15:59:13 -0400
Richard Sent <richard <at> freakingpenguin.com> writes:

> * doc/guix.texi (Guix Home Service): Change home-service-type to
> guix-home-service-type in example.
>
> Change-Id: Ief7f71c9e6494ced20ccda3bb2643f01eabe8441

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sat, 22 Jun 2024 15:24:02 GMT) Full text and rfc822 format available.

Notification sent to Richard Sent <richard <at> freakingpenguin.com>:
bug acknowledged by developer. (Sat, 22 Jun 2024 15:24:02 GMT) Full text and rfc822 format available.

Message #13 received at 71570-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Richard Sent <richard <at> freakingpenguin.com>
Cc: Ludovic Courtès <ludo <at> gnu.org>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 71570-done <at> debbugs.gnu.org,
 Matthew Trzcinski <matt <at> excalamus.com>,
 Florian Pelz <pelzflorian <at> pelzflorian.de>
Subject: Re: [bug#71570] [PATCH] doc: Fix typo in Guix Home Service
Date: Sat, 22 Jun 2024 23:23:23 +0800
[Message part 1 (text/plain, inline)]
Richard Sent <richard <at> freakingpenguin.com> writes:

> * doc/guix.texi (Guix Home Service): Change home-service-type to
> guix-home-service-type in example.
>
> Change-Id: Ief7f71c9e6494ced20ccda3bb2643f01eabe8441
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 0102fd0fad..111b911d00 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -39654,7 +39654,7 @@ Guix Services
>  environments, as in this example:
>  
>  @lisp
> -(simple-service 'my-extra-home home-service-type
> +(simple-service 'my-extra-home guix-home-service-type
>                  `(("bob" ,my-extra-home))))
>  @end lisp
>  @end defvar
>
> base-commit: 7770e4140cddd5dc9c9879cb2bfcbd6cd4de59a0
> prerequisite-patch-id: cdde29c457e019ac973382845412c1328febaca5

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=5d39cbdfff0c3d3ddb1d97666dadb725874158e3
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 21 Jul 2024 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 335 days ago.

Previous Next


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