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.
This commit is contained in:
Ludovic Courtès 2023-10-16 19:34:21 +02:00
parent e40d961b5a
commit 053839dc94
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 1 deletions

View File

@ -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)