GNU bug report logs -
#28437
[PATCH] doc: Fix typo in cuirrass config example.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#28437: [PATCH] doc: Fix typo in cuirrass config example.
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 28437 <at> debbugs.gnu.org.
--
28437: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28437
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
* 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
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.