services: cuirass: Add description.
* gnu/services/cuirass.scm (cuirass-service-type): Add description.master
parent
86cd3f9723
commit
a64160d246
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
|
||||||
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -172,5 +173,7 @@
|
||||||
(service-extension rottlog-service-type cuirass-log-rotations)
|
(service-extension rottlog-service-type cuirass-log-rotations)
|
||||||
(service-extension activation-service-type cuirass-activation)
|
(service-extension activation-service-type cuirass-activation)
|
||||||
(service-extension shepherd-root-service-type cuirass-shepherd-service)
|
(service-extension shepherd-root-service-type cuirass-shepherd-service)
|
||||||
(service-extension account-service-type cuirass-account)))))
|
(service-extension account-service-type cuirass-account)))
|
||||||
|
(description
|
||||||
|
"Run the Cuirass continuous integration service.")))
|
||||||
|
|
||||||
|
|
Reference in New Issue