guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: cleanup-cuirass-roots: Add *-image-dir.


From: Ludovic Courtès
Subject: branch master updated: hydra: cleanup-cuirass-roots: Add *-image-dir.
Date: Sat, 26 Sep 2020 16:26:29 -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 ff7df1d  hydra: cleanup-cuirass-roots: Add *-image-dir.
ff7df1d is described below

commit ff7df1dc0a1f5ed61110f426d39a59cd687587b1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 26 22:25:25 2020 +0200

    hydra: cleanup-cuirass-roots: Add *-image-dir.
    
    * hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Add
    "-image-dir" suffix.
---
 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 8e53130..03f8496 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -96,6 +96,7 @@
                           (string-suffix? ".iso" file)
                           (string-suffix? "-iso-image-installer" file)
                           (string-suffix? "-qemu-image" file)
+                          (string-suffix? "-image-dir" file)
                           (string-suffix? ".squashfs" file)
                           (string-suffix? "docker-pack.tar.gz" file)
                           (string-suffix? "docker-image.tar.gz" file)



reply via email to

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