guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Mathieu Othacehe
Date: Tue, 23 Mar 2021 06:06:40 -0400 (EDT)

branch: master
commit dadb093eb700afa0d2ecbfede4352958fcf931be
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Mar 21 16:17:13 2021 +0100

    Update documentation.
---
 doc/cuirass.texi | 43 ++++++++++++++++++++++++++++++-------------
 1 file changed, 30 insertions(+), 13 deletions(-)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index 0e42230..0be68c1 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -138,10 +138,10 @@ Build only the specified packages in @code{list}.  For 
instance,
 @code{strace} and @code{perf}.
 
 @item @code{(manifests . list)}
-Build only the packages that are part of the manifest @code{list}.
-For instance, @code{(manifests . ((my-channel . "etc/manifest")))}
-will only build the packages that are part of the @code{etc/manifest}
-file in the @code{my-channel} channel.
+Build only the packages that are part of the manifests @code{list}.
+For instance, @code{(manifests "etc/manifest")} will only build the
+packages that are part of the @code{etc/manifest} file.  This file
+must be provided by exactly one of the channels defined below.
 
 @end itemize
 
@@ -173,7 +173,14 @@ The build output path within the job, as a string.
 @end table
 @end deftp
 
-For instance,
+For instance, let's consider the @code{binary-tarball.x86_64-linux}
+job which produces the following output:
+@code{/gnu/store/xxx-guix-binary.tar.xz}.
+
+The build output definition below will save the root element
+(@code{""}) of the @code{"out"} output of the
+@code{"binary-tarball.x86_64-linux"} job---i.e., the
+@code{"xxx-guix-binary.tar.xz"} file.
 
 @lisp
 (build-output
@@ -183,14 +190,6 @@ For instance,
  (path ""))
 @end lisp
 
-let's consider the @code{binary-tarball.x86_64-linux} job which
-produces the following output:
-@code{/gnu/store/xxx-guix-binary.tar.xz}.
-
-The build output definition above will save the root element
-(@code{""}) of the @code{"out"} output of the
-@code{"binary-tarball.x86_64-linux"} job---i.e., the
-@code{"xxx-guix-binary.tar.xz"} file.
 
 @item @code{notifications} (default: @code{()})
 The list of build notifications that must be sent.  For instance:
@@ -1091,6 +1090,24 @@ This text field holds the build product absolute store 
path.
 
 @end table
 
+@section Notifications
+@cindex notifications, database
+
+This table contains the notifications that are queued for sending.
+
+@table @code
+@item id
+This is an automatically incrementing numeric identifier.
+
+@item type
+This text field holds the SEXP representation of the notification.
+
+@item build
+This integer fields references the build id associated with the
+notification.
+
+@end table
+
 @section Workers
 @cindex workers, database
 



reply via email to

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