guix-commits
[Top][All Lists]
Advanced

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

branch master updated: specification: Ignore channel introduction.


From: Mathieu Othacehe
Subject: branch master updated: specification: Ignore channel introduction.
Date: Wed, 10 Mar 2021 10:38:31 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 5f830da  specification: Ignore channel introduction.
5f830da is described below

commit 5f830da3e3fde58044f189a0dfc30fe6aa0d8db6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Mar 10 16:37:33 2021 +0100

    specification: Ignore channel introduction.
    
    * src/cuirass/specification.scm (sexp->channel): Ignore channel 
introduction.
---
 src/cuirass/specification.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/cuirass/specification.scm b/src/cuirass/specification.scm
index d212daf..5d3045f 100644
--- a/src/cuirass/specification.scm
+++ b/src/cuirass/specification.scm
@@ -127,13 +127,7 @@
      (channel (name name)
               (url url)
               (branch branch)
-              (commit commit)
-              (introduction
-               (match (assq 'introduction rest)
-                 (#f #f)
-                 (('introduction intro)
-                  (sexp->channel-introduction intro))))))
-
+              (commit commit)))
     (_ #f)))
 
 



reply via email to

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