guix-commits
[Top][All Lists]
Advanced

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

01/09: hydra: Include the localstatedir in the binary tarball.


From: Ludovic Courtès
Subject: 01/09: hydra: Include the localstatedir in the binary tarball.
Date: Thu, 30 Mar 2017 05:15:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 32e18d37545ecf0f8f0dfacd920d293a8326aeca
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 30 10:41:36 2017 +0200

    hydra: Include the localstatedir in the binary tarball.
    
    This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3.
    
    * build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t
    to 'self-contained-tarball'.
---
 build-aux/hydra/gnu-system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 7a26c72..105ed83 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -219,6 +219,7 @@ all its dependencies, and ready to be installed on 
non-GuixSD distributions.")
                    (>>= (profile-derivation (packages->manifest (list guix)))
                         (lambda (profile)
                           (self-contained-tarball "guix-binary" profile
+                                                  #:localstatedir? #t
                                                   #:compressor
                                                   (lookup-compressor "xz")))))
                  #:system system))))



reply via email to

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