all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28437] [PATCH] doc: Fix typo in cuirrass config example.
@ 2017-09-12 21:31 Jan Nieuwenhuizen
  2017-09-13  8:12 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-09-12 21:31 UTC (permalink / raw)
  To: 28437

* 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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#28437] [PATCH] doc: Fix typo in cuirrass config example.
  2017-09-12 21:31 [bug#28437] [PATCH] doc: Fix typo in cuirrass config example Jan Nieuwenhuizen
@ 2017-09-13  8:12 ` Ludovic Courtès
  2017-09-13 16:31   ` bug#28437: " Jan Nieuwenhuizen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-09-13  8:12 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 28437

Jan Nieuwenhuizen <janneke@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'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28437: [PATCH] doc: Fix typo in cuirrass config example.
  2017-09-13  8:12 ` Ludovic Courtès
@ 2017-09-13 16:31   ` Jan Nieuwenhuizen
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-09-13 16:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28437-done

Ludovic Courtès writes:

> Jan Nieuwenhuizen <janneke@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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-13 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-12 21:31 [bug#28437] [PATCH] doc: Fix typo in cuirrass config example Jan Nieuwenhuizen
2017-09-13  8:12 ` Ludovic Courtès
2017-09-13 16:31   ` bug#28437: " Jan Nieuwenhuizen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.