GNU bug report logs - #28437
[PATCH] doc: Fix typo in cuirrass config example.

Previous Next

Package: guix-patches;

Reported by: Jan Nieuwenhuizen <janneke <at> gnu.org>

Date: Tue, 12 Sep 2017 21:32:01 UTC

Severity: normal

Tags: patch

Done: Jan Nieuwenhuizen <janneke <at> gnu.org>

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 28437 in the body.
You can then email your comments to 28437 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 guix-patches <at> gnu.org:
bug#28437; Package guix-patches. (Tue, 12 Sep 2017 21:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 12 Sep 2017 21:32:02 GMT) Full text and rfc822 format available.

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

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] doc: Fix typo in cuirrass config example.
Date: Tue, 12 Sep 2017 23:31:30 +0200
* doc/guix.texi (Continuous Integration): Add missing quote in example spec.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index c5b277d02..182ead71e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27,7 +27,7 @@ Copyright @copyright{} 2016 Chris Marusich@*
 Copyright @copyright{} 2016, 2017 Efraim Flashner@*
 Copyright @copyright{} 2016 John Darrington@*
 Copyright @copyright{} 2016 ng0@*
-Copyright @copyright{} 2016 Jan Nieuwenhuizen@*
+Copyright @copyright{} 2016,2017 Jan Nieuwenhuizen@*
 Copyright @copyright{} 2016 Julien Lepiller@*
 Copyright @copyright{} 2016 Alex ter Weele@*
 Copyright @copyright{} 2017 Clément Lassieur@*
@@ -15245,7 +15245,7 @@ packages, as prescribed in the @file{gnu-system.scm} example spec:
                (#:branch . "master"))))
   (service cuirass-service-type
            (cuirass-configuration
-            (specifications #~(list #$spec)))))
+            (specifications #~(list '#$spec)))))
 @end example
 
 While information related to build jobs is located directly in the
-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com





Information forwarded to guix-patches <at> gnu.org:
bug#28437; Package guix-patches. (Wed, 13 Sep 2017 08:14:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Jan Nieuwenhuizen <janneke <at> gnu.org>
Cc: 28437 <at> debbugs.gnu.org
Subject: Re: [bug#28437] [PATCH] doc: Fix typo in cuirrass config example.
Date: Wed, 13 Sep 2017 10:12:54 +0200
Jan Nieuwenhuizen <janneke <at> gnu.org> skribis:

> * doc/guix.texi (Continuous Integration): Add missing quote in example spec.
> ---
>  doc/guix.texi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index c5b277d02..182ead71e 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -27,7 +27,7 @@ Copyright @copyright{} 2016 Chris Marusich@*
>  Copyright @copyright{} 2016, 2017 Efraim Flashner@*
>  Copyright @copyright{} 2016 John Darrington@*
>  Copyright @copyright{} 2016 ng0@*
> -Copyright @copyright{} 2016 Jan Nieuwenhuizen@*
> +Copyright @copyright{} 2016,2017 Jan Nieuwenhuizen@*
                               ^
Space please.  :-)

>  Copyright @copyright{} 2016 Julien Lepiller@*
>  Copyright @copyright{} 2016 Alex ter Weele@*
>  Copyright @copyright{} 2017 Clément Lassieur@*
> @@ -15245,7 +15245,7 @@ packages, as prescribed in the @file{gnu-system.scm} example spec:
>                 (#:branch . "master"))))
>    (service cuirass-service-type
>             (cuirass-configuration
> -            (specifications #~(list #$spec)))))
> +            (specifications #~(list '#$spec)))))
>  @end example

Good catch, OK to push!

Ludo'.




Reply sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
You have taken responsibility. (Wed, 13 Sep 2017 16:33:02 GMT) Full text and rfc822 format available.

Notification sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
bug acknowledged by developer. (Wed, 13 Sep 2017 16:33:02 GMT) Full text and rfc822 format available.

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

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 28437-done <at> debbugs.gnu.org
Subject: Re: [bug#28437] [PATCH] doc: Fix typo in cuirrass config example.
Date: Wed, 13 Sep 2017 18:31:56 +0200
Ludovic Courtès writes:

> Jan Nieuwenhuizen <janneke <at> gnu.org> skribis:
>
>> * doc/guix.texi (Continuous Integration): Add missing quote in example spec.
>> +Copyright @copyright{} 2016,2017 Jan Nieuwenhuizen@*
>                                ^
> Space please.  :-)

Sure, done.

>> @@ -15245,7 +15245,7 @@ packages, as prescribed in the @file{gnu-system.scm} example spec:
>>                 (#:branch . "master"))))
>>    (service cuirass-service-type
>>             (cuirass-configuration
>> -            (specifications #~(list #$spec)))))
>> +            (specifications #~(list '#$spec)))))
>>  @end example
>
> Good catch, OK to push!

Thanks, pushed to master as 9bb98bcf7b69951b6ce9b9564031893063740795
janneke

-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com




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

This bug report was last modified 7 years and 338 days ago.

Previous Next


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