me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
checkout?
checkout-commit
checkout-input
checkout-channel
evaluation?
evaluation-id
@ -94,7 +94,7 @@
(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