guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: guix: ci: Rename the checkout 'input' field.


From: guix-commits
Subject: 01/02: guix: ci: Rename the checkout 'input' field.
Date: Tue, 20 Apr 2021 04:15:18 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 935ede4f0687c4a2a4ba1523111c8aa8d81120e9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Apr 19 13:22:41 2021 +0200

    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.
---
 guix/ci.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/ci.scm b/guix/ci.scm
index f041091..c70e5bb 100644
--- a/guix/ci.scm
+++ b/guix/ci.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]