[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: hydra: cleanup-cuirass-roots: Add *.qcow2.
From: |
Ludovic Courtès |
Subject: |
01/04: hydra: cleanup-cuirass-roots: Add *.qcow2. |
Date: |
Sat, 24 Oct 2020 18:12:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 4a720a03f9d190f7b1abc883f49d51a95a5f58a9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 25 00:03:42 2020 +0200
hydra: cleanup-cuirass-roots: Add *.qcow2.
This is a followup to bf4e9ab303ba60eebb589edc1859fcc7280cf7aa.
* hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Add ".qcow2".
---
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 b80b773..8bd59ab 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -106,6 +106,7 @@
(string-suffix? "guix-binary.tar.xz" file)
(string-suffix? "partition.img" file)
(string-suffix? "genimage.cfg" file)
+ (string-suffix? ".qcow2" file)
(string-suffix? "-os" file)
(string-suffix? "-os-encrypted" file)
(string-suffix? "-installation" file))