guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Delete all os and os-encrypted r


From: Ricardo Wurmus
Subject: branch master updated: hydra: services: Delete all os and os-encrypted roots.
Date: Fri, 24 Apr 2020 08:07:51 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 61656c1  hydra: services: Delete all os and os-encrypted roots.
61656c1 is described below

commit 61656c1ff22baa048f8c364269879846a11d5082
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Apr 24 14:07:06 2020 +0200

    hydra: services: Delete all os and os-encrypted roots.
    
    * hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Replace
    "-installed-os" and "-installed-os-encrypted" with "-os" and
    "-os-encrypted".
---
 hydra/modules/sysadmin/services.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 921ffa8..064d077 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -89,8 +89,8 @@
                           (string-suffix? ".squashfs" file)
                           (string-suffix? "docker-pack.tar.gz" file)
                           (string-suffix? "docker-image.tar.gz" file)
-                          (string-suffix? "-installed-os" file)
-                          (string-suffix? "-installed-os-encrypted" file)
+                          (string-suffix? "-os" file)
+                          (string-suffix? "-os-encrypted" file)
                           (string-suffix? "-installation" file))
                       (old? stat))
                  (catch 'system-error



reply via email to

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