mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
53ed3e4bbd
commit
935ede4f06
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue