guix-commits
[Top][All Lists]
Advanced

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

01/05: hydra: bayfront: Fix binary tarball job for Cuirass.


From: Ludovic Courtès
Subject: 01/05: hydra: bayfront: Fix binary tarball job for Cuirass.
Date: Wed, 29 Mar 2017 17:57:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 4e1f529a0071d4f23f9da617e0ab0e26e41fe804
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 29 23:43:59 2017 +0200

    hydra: bayfront: Fix binary tarball job for Cuirass.
    
    Fixes a typo introduced in 9779050ef9dfde97370972fb84abab097d498d90.
    
    * hydra/cuirass-jobs.scm (tarball-job): #:system is an argument of
    'run-with-store'.
---
 hydra/cuirass-jobs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/cuirass-jobs.scm b/hydra/cuirass-jobs.scm
index 45951f7..bbd0f17 100644
--- a/hydra/cuirass-jobs.scm
+++ b/hydra/cuirass-jobs.scm
@@ -129,8 +129,8 @@ for TARGET on SYSTEM."
                                      (self-contained-tarball
                                       "guix-binary" profile
                                       #:compressor
-                                      (lookup-compressor "lzip"))))))
-                          #:system system)))
+                                      (lookup-compressor "lzip")))))
+                            #:system system))))
       (#:description . "Stand-alone binary Guix tarball")
       (#:long-description . "This is a tarball containing binaries of Guix
 and all its dependencies, and ready to be installed on non-GuixSD



reply via email to

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