guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add custom build type.


From: Mathieu Othacehe
Subject: branch master updated: Add custom build type.
Date: Wed, 28 Apr 2021 05:59:04 -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 9814c9c  Add custom build type.
9814c9c is described below

commit 9814c9c24218498122c8c40ff868e66c022d1b62
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 28 11:57:40 2021 +0200

    Add custom build type.
    
    * src/cuirass/specification.scm (%build-types): Add 'custom build type.
    * doc/cuirass.texi (Specifications): Document it.
---
 doc/cuirass.texi              | 4 ++++
 src/cuirass/specification.scm | 1 +
 2 files changed, 5 insertions(+)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index 966076a..4cf5e88 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -136,6 +136,10 @@ Build only the Guix System tests.
 @item @code{tarball}
 Build only the Guix binary tarball.
 
+@item @code{(custom . list)}
+Build only the jobs returned by the @code{cuirass-jobs} procedure of
+each module in @code{list}.
+
 @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
diff --git a/src/cuirass/specification.scm b/src/cuirass/specification.scm
index 2890df5..89a9c80 100644
--- a/src/cuirass/specification.scm
+++ b/src/cuirass/specification.scm
@@ -147,6 +147,7 @@
     images
     system-tests
     tarball
+    custom
     channels
     packages
     manifests))



reply via email to

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