From 935ede4f0687c4a2a4ba1523111c8aa8d81120e9 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 19 Apr 2021 13:22:41 +0200 Subject: guix: ci: Rename the checkout 'input' field. The checkout "input" field has been renamed "channel" in Cuirass 1.0 release. * guix/ci.scm ()[input]: Rename it into ... [channel]: ... this new field. --- guix/ci.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/ci.scm') diff --git a/guix/ci.scm b/guix/ci.scm index f04109112c..c70e5bb9e6 100644 --- a/guix/ci.scm +++ b/guix/ci.scm @@ -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 make-build build? (define-json-mapping make-checkout checkout? json->checkout (commit checkout-commit) ;string (SHA1) - (input checkout-input)) ;string (name) + (channel checkout-channel)) ;string (name) (define-json-mapping make-evaluation evaluation? json->evaluation -- cgit v1.2.3