Skip to content
Snippets Groups Projects
Unverified Commit 5f830da3 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

specification: Ignore channel introduction.

* src/cuirass/specification.scm (sexp->channel): Ignore channel introduction.
parent 9e3e9b69
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment