[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: hydra: services: Leave “guix-binary.tar.xz” GC roots.
From: |
Ludovic Courtès |
Subject: |
03/03: hydra: services: Leave “guix-binary.tar.xz” GC roots. |
Date: |
Mon, 16 Oct 2023 13:37:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 053839dc9457f95792d6dce2e2e73292b9584b30
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 16 19:34:21 2023 +0200
hydra: services: Leave “guix-binary.tar.xz” GC roots.
These files are published as build products at
<https://ci.guix.gnu.org/search/latest/archive?query=spec%3Atarball+status%3Asuccess+system%3Ax86_64-linux+guix-binary.tar.xz>,
which automated tools download to make up-to-date Guix installations
without having to go through ‘guix pull’.
* hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Remove
“guix-binary.tar.xz” from the list.
---
hydra/modules/sysadmin/services.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index 1a7c247..d1bf23e 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -136,7 +136,6 @@
(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? "partition.img" file)
(string-suffix? "genimage.cfg" file)
(string-suffix? ".qcow2" file)