doc: Use a symbol for Cuirass specification names.
* doc/guix.texi (Continuous Integration): Change ‘name’ field of ‘specification’ to be a symbol, as written in upstream Cuirass doc. Change-Id: I0a8cddfb8ab47f627a01459393aaf346028bb3f6master
parent
8240d1acf4
commit
086fe7ef25
|
@ -34532,7 +34532,7 @@ the packages provided by the @code{my-channel} channel.
|
||||||
@lisp
|
@lisp
|
||||||
(define %cuirass-specs
|
(define %cuirass-specs
|
||||||
#~(list (specification
|
#~(list (specification
|
||||||
(name "my-channel")
|
(name 'my-channel)
|
||||||
(build '(channels my-channel))
|
(build '(channels my-channel))
|
||||||
(channels
|
(channels
|
||||||
(cons (channel
|
(cons (channel
|
||||||
|
@ -34551,7 +34551,7 @@ channel, one can use the following configuration.
|
||||||
@lisp
|
@lisp
|
||||||
(define %cuirass-specs
|
(define %cuirass-specs
|
||||||
#~(list (specification
|
#~(list (specification
|
||||||
(name "my-linux")
|
(name 'my-linux)
|
||||||
(build '(packages "linux-libre")))))
|
(build '(packages "linux-libre")))))
|
||||||
|
|
||||||
(service cuirass-service-type
|
(service cuirass-service-type
|
||||||
|
|
Reference in New Issue