[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: cleanup-cuirass-roots: Remove *.iso.
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: cleanup-cuirass-roots: Remove *.iso. |
Date: |
Sun, 20 Sep 2020 09:11:17 -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 7fb3325 hydra: cleanup-cuirass-roots: Remove *.iso.
7fb3325 is described below
commit 7fb3325cdce27f48771b0cdaa474aa5fa87492df
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 20 15:10:09 2020 +0200
hydra: cleanup-cuirass-roots: Remove *.iso.
This is a followup to Guix commit
0996fcc657593955845c2761d7eb0f656149fe11.
* hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Add
".iso" 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 b33e6aa..d520d26 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -93,6 +93,7 @@
(string-suffix? "-run-vm.sh" file)
(string-suffix? "-disk-image" file)
(string-suffix? "-iso9660-image" file)
+ (string-suffix? ".iso" file)
(string-suffix? "-iso-image-installer" file)
(string-suffix? "-qemu-image" file)
(string-suffix? ".squashfs" file)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: cleanup-cuirass-roots: Remove *.iso.,
Ludovic Courtès <=