# This is a "timer unit file" for the systemd init system to trigger # 'guix-gc.service' periodically. Drop it in /etc/systemd/system or similar # together with 'guix-gc.service' to set it up. [Unit] Description=Discard unused Guix store items [Timer] OnCalendar=weekly AccuracySec=1h Persistent=true RandomizedDelaySec=6000 [Install] WantedBy=timers.target >
aboutsummaryrefslogtreecommitdiff
path: root/tests/publish.scm
AgeCommit message (Expand)Author
2022-04-29publish: Send uncached narinfo replies from the main thread....Ludovic Courtès
2022-02-14publish: Do not sign the URL/Compression/FileSize narinfo fields....Ludovic Courtès
2022-01-19tests: Adjust to gzip as the default log compression....Ludovic Courtès
2021-05-16publish: Add '--negative-ttl'....Ludovic Courtès
2021-03-31tests: Make 'publish' test umask-insensitive....Cees de Groot
2021-01-13publish: Add support for zstd compression....Ludovic Courtès
2020-11-08publish: Create files in the cache as #o644....Ludovic Courtès
2020-11-04publish: Do not path the empty string to 'query-path-info'....Ludovic Courtès
2020-10-28publish: Add '--cache-bypass-threshold'....Ludovic Courtès
2020-10-27publish: Provide server's signing key....Amar Singh
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2020-01-16publish: Export 'signed-string'....Ludovic Courtès
2019-11-23tests: Use (ice-9 threads)....Ludovic Courtès