guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add channels build type support.


From: Mathieu Othacehe
Subject: branch master updated: Add channels build type support.
Date: Sun, 14 Mar 2021 14:45:22 -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 c89c33d  Add channels build type support.
c89c33d is described below

commit c89c33d3b085129a137f121662f4b85f1d95041a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Mar 14 19:44:52 2021 +0100

    Add channels build type support.
    
    * src/cuirass/specification.scm (%build-types): Add 'channels support.
---
 src/cuirass/specification.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/specification.scm b/src/cuirass/specification.scm
index b958ed4..158d53f 100644
--- a/src/cuirass/specification.scm
+++ b/src/cuirass/specification.scm
@@ -139,7 +139,7 @@
 
 ;; The list of possible build types.
 (define %build-types
-  '(all core guix hello packages manifests))
+  '(all core guix hello channels packages manifests))
 
 (define-record-type* <specification>
   specification make-specification



reply via email to

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