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: Add more candida


From: Ludovic Courtès
Subject: branch master updated: services: cleanup-cuirass-roots: Add more candidate file names.
Date: Wed, 15 Jul 2020 09:24:52 -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 00d4ca6  services: cleanup-cuirass-roots: Add more candidate file 
names.
00d4ca6 is described below

commit 00d4ca69d6c7cb3d9bbbfa0d3b5eeb84ca48f5c9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 15 15:19:00 2020 +0200

    services: cleanup-cuirass-roots: Add more candidate file names.
    
    * hydra/modules/sysadmin/services.scm 
(cleanup-cuirass-roots)[handle-gc-root]:
    Add "iso-image-installer" and "guix-binary.tar.xz".
---
 hydra/modules/sysadmin/services.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index a7dad4c..9f1305c 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -91,10 +91,12 @@
                           (string-suffix? "-run-vm.sh" file)
                           (string-suffix? "-disk-image" file)
                           (string-suffix? "-iso9660-image" file)
+                          (string-suffix? "-iso-image-installer" file)
                           (string-suffix? "-qemu-image" file)
                           (string-suffix? ".squashfs" file)
                           (string-suffix? "docker-pack.tar.gz" file)
                           (string-suffix? "docker-image.tar.gz" file)
+                          (string-suffix? "guix-binary.tar.xz" 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]