guix: ci: Rename the checkout 'input' field.

The checkout "input" field has been renamed "channel" in Cuirass 1.0 release.

* guix/ci.scm (<checkout>)[input]: Rename it into ...
[channel]: ... this new field.
This commit is contained in:
Mathieu Othacehe 2021-04-19 13:22:41 +02:00
parent 53ed3e4bbd
commit 935ede4f06
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -43,7 +43,7 @@ (define-module (guix ci)
checkout?
checkout-commit
checkout-input
checkout-channel
evaluation?
evaluation-id
@ -94,7 +94,7 @@ (define-json-mapping <build> make-build build?
(define-json-mapping <checkout> make-checkout checkout?
json->checkout
(commit checkout-commit) ;string (SHA1)
(input checkout-input)) ;string (name)
(channel checkout-channel)) ;string (name)
(define-json-mapping <evaluation> make-evaluation evaluation?
json->evaluation