guix-commits
[Top][All Lists]
Advanced

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

branch master updated: remote-worker: Create the GC root directory.


From: Mathieu Othacehe
Subject: branch master updated: remote-worker: Create the GC root directory.
Date: Thu, 03 Jun 2021 05:58: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 bfea9ab  remote-worker: Create the GC root directory.
bfea9ab is described below

commit bfea9ab4b978d764b963687610e9a2f945ba6a9c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jun 3 11:58:00 2021 +0200

    remote-worker: Create the GC root directory.
    
    * src/cuirass/scripts/remote-worker.scm (remote-worker): Create the GC root 
directory.
---
 src/cuirass/scripts/remote-worker.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cuirass/scripts/remote-worker.scm 
b/src/cuirass/scripts/remote-worker.scm
index b15de86..b35bbc7 100644
--- a/src/cuirass/scripts/remote-worker.scm
+++ b/src/cuirass/scripts/remote-worker.scm
@@ -379,6 +379,8 @@ exiting."
             (read-file-sexp
              (assoc-ref opts 'private-key-file))))
 
+      (false-if-exception (mkdir-p (%gc-root-directory)))
+
       (parameterize
           ((%gc-root-ttl
             (time-second (string->duration ttl))))



reply via email to

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