aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-12-27 12:10:15 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-13 22:24:19 +0100
commitd288a4de7df90bcd7288f779883279c1202fbe23 (patch)
tree61c801b64cd63ab6a4bce2e688da4eff5b1b7fb9 /config-daemon.ac
parentdb0cecdf6b2f2b8f9c5a3cebe8fc60e79a692be0 (diff)
downloadguix-d288a4de7df90bcd7288f779883279c1202fbe23.tar.gz
guix-d288a4de7df90bcd7288f779883279c1202fbe23.zip
publish: Add support for zstd compression.
* guix/scripts/publish.scm (compress-nar)[write-compressed-file]: New procedure. Use it for 'gzip' and 'lzip'. Add 'zstd. (nar-response-port, string->compression-type): Add case for 'zstd'. * tests/publish.scm (zstd-supported?): New procedure. ("/nar/zstd/*"): New test. * doc/guix.texi (Invoking guix publish): Document zstd compression. (Base Services): Add cross-reference to the above node.
Diffstat (limited to 'config-daemon.ac')
0 files changed, 0 insertions, 0 deletions
e of service in container....Arun Isaac 2022-08-30build: image: Make partition uuid optional....Mathieu Othacehe 2022-08-30build: image: Remove unused variable....Mathieu Othacehe 2022-08-28build: marionette: Add support for Tesseract OCR....Maxim Cournoyer 2022-08-28marionette: Improve the error message of 'wait-for-screen-text'....Maxim Cournoyer 2022-08-11build: marionette: Adjust QEMU Info manual reference....Maxim Cournoyer 2022-08-10gnu: system: file-systems: Add shared flag....Oleg Pykhalov 2022-08-09tests: Add qemu-guest-agent system test....Timotej Lazar 2022-07-20gnu: modifying make-chromium-extension to rely on node-crx3....Nicolas Graves 2022-07-01file-systems: Add 'cleanly-unmounted-ext2?'....Ludovic Courtès 2022-06-24image: Add support for 32bit UEFI....Denis 'GNUtoo' Carikli 2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes....Maxim Cournoyer 2022-05-31image: Add fat32 support....Pavel Shlyak 2022-05-23image: Add bootable flag support....Pavel Shlyak 2022-05-22marionette: Add #:address parameter to 'wait-for-tcp-port'....Ludovic Courtès 2022-05-01Add (guix least-authority)....Ludovic Courtès 2022-05-01linux-container: Add #:child-is-pid1? parameter to 'call-with-container'....Ludovic Courtès 2022-05-01linux-container: Ensure signal-handling asyncs get a chance to run....Ludovic Courtès 2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT....Ludovic Courtès 2022-04-12shepherd: Add #:supplementary-groups....Leo Nikkilä