guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add iso9660-image to cleanup-cui


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add iso9660-image to cleanup-cuirass-roots.
Date: Tue, 12 May 2020 05:22:50 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 27d0f44  hydra: services: Add iso9660-image to cleanup-cuirass-roots.
27d0f44 is described below

commit 27d0f44b302857f9a794921759f6c3afb3ac646d
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Tue May 12 11:14:10 2020 +0200

    hydra: services: Add iso9660-image to cleanup-cuirass-roots.
    
    * hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Add
    iso9660-image derivations to clean-up.
    
    This is a follow-up of f19cf27c2b9ff92e2c0fd931ef7fde39c376adaa0..
---
 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 44ff144..20c7f7c 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -85,6 +85,7 @@
              (if (and (or (string-suffix? "-test" file)
                           (string-suffix? "-run-vm.sh" file)
                           (string-suffix? "-disk-image" file)
+                          (string-suffix? "-iso9660-image" file)
                           (string-suffix? "-qemu-image" file)
                           (string-suffix? ".squashfs" file)
                           (string-suffix? "docker-pack.tar.gz" file)



reply via email to

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