guix-commits
[Top][All Lists]
Advanced

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

04/05: hydra: bayfront: Remove "hello" subset for Cuirass.


From: Ludovic Courtès
Subject: 04/05: hydra: bayfront: Remove "hello" subset for Cuirass.
Date: Wed, 29 Mar 2017 17:57:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 470f2c59cd47de938146bc7952512061ed54ad09
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 29 23:50:15 2017 +0200

    hydra: bayfront: Remove "hello" subset for Cuirass.
    
    * hydra/cuirass-jobs.scm (hydra-jobs): Remove handling of the "hello"
    subset.
---
 hydra/cuirass-jobs.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hydra/cuirass-jobs.scm b/hydra/cuirass-jobs.scm
index 94310ec..19189a7 100644
--- a/hydra/cuirass-jobs.scm
+++ b/hydra/cuirass-jobs.scm
@@ -173,7 +173,6 @@ valid."
   (define subset
     (match (assoc-ref arguments 'subset)
       ("core" 'core)                    ; only build core packages
-      ("hello" 'hello)                  ; only build hello
       (_ 'all)))                        ; build everything
 
   (define (cross-jobs system)
@@ -230,12 +229,6 @@ valid."
                                                  package system))
                                   %core-packages)
                              (cross-jobs system)))
-                    ((hello)
-                     ;; Build hello package only.
-                     (if (string=? system (%current-system))
-                         (let ((hello (specification->package "hello")))
-                           (list (package-job store (%job-name hello) hello 
system)))
-                         '()))
                     (else
                      (error "unknown subset" subset))))
                 '("x86_64-linux" "i686-linux"))))



reply via email to

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