guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: cleanup-cuirass-roots: Remove roots for


From: Ludovic Courtès
Subject: branch master updated: services: cleanup-cuirass-roots: Remove roots for "partition.img".
Date: Tue, 21 Jul 2020 18:37:01 -0400

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new d4baf6e  services: cleanup-cuirass-roots: Remove roots for 
"partition.img".
d4baf6e is described below

commit d4baf6ea6ad2aee0cf9cba5a541d8345cc11dee9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 22 00:35:55 2020 +0200

    services: cleanup-cuirass-roots: Remove roots for "partition.img".
    
    * hydra/modules/sysadmin/services.scm 
(cleanup-cuirass-roots)[handle-gc-root]:
    Add "partition.img".
---
 hydra/modules/sysadmin/services.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 9f1305c..9934c57 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -97,6 +97,7 @@
                           (string-suffix? "docker-pack.tar.gz" file)
                           (string-suffix? "docker-image.tar.gz" file)
                           (string-suffix? "guix-binary.tar.xz" file)
+                          (string-suffix? "partition.img" file)
                           (string-suffix? "-os" file)
                           (string-suffix? "-os-encrypted" file)
                           (string-suffix? "-installation" file))



reply via email to

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