guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Document channels build type.


From: Mathieu Othacehe
Subject: branch master updated: Document channels build type.
Date: Sun, 14 Mar 2021 14:58:24 -0400

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 a89ca34  Document channels build type.
a89ca34 is described below

commit a89ca34dc149ced03a3d927361e23f3647ff84c2
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Mar 14 19:58:00 2021 +0100

    Document channels build type.
    
    * doc/cuirass.texi (Specification): Document the channels build type.
---
 doc/cuirass.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index 7599235..0e42230 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -127,6 +127,11 @@ pull} command.
 @item @code{hello}
 Build only the hello package.
 
+@item @code{(channels . list)}
+Build only the packages that are part of the given channel
+@code{list}.  For instance, @code{(channels my-channel)} will only
+build the packages that are part of @code{my-channel} channel.
+
 @item @code{(packages . list)}
 Build only the specified packages in @code{list}.  For instance,
 @code{(packages "strace" "perf")} will only build the packages



reply via email to

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