guix-commits
[Top][All Lists]
Advanced

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

02/02: install: Reset the mtimes of all the files in the binary tarball.


From: Ludovic Courtès
Subject: 02/02: install: Reset the mtimes of all the files in the binary tarball.
Date: Thu, 16 Jul 2015 08:22:13 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6c92551af9e01b25ecacb4c4c26716254ec4adf4
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 16 09:56:33 2015 +0200

    install: Reset the mtimes of all the files in the binary tarball.
    
    * gnu/system/install.scm (self-contained-tarball): Pass "address@hidden".  
The
      only files whose mtime was not already were those in /var/guix and
      /gnu/store/.links.
---
 gnu/system/install.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 359d126..1ebfc4b 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -75,6 +75,7 @@ under /root/.guix-profile where GUIX is installed."
           (with-directory-excursion %root
             (zero? (system* "tar" "--xz" "--format=gnu"
                             "--owner=root:0" "--group=root:0"
+                            "address@hidden"          ;for files in /var/guix
                             "--check-links"
                             "-cvf" #$output
                             ;; Avoid adding / and /var to the tarball,



reply via email to

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