guix/doc
Ludovic Courtès 4a1fc562ae
publish: Add '--compression'.
* guix/scripts/publish.scm (show-help, %options): Add '--compression'.
(<compression>): New record type.
(%no-compression, %default-gzip-compression): New variables.
(%default-options): Add 'compression' key.
(narinfo-string): Add #:compression parameter and honor it.
(render-narinfo): Likewise.
(render-nar): Likewise.
<top level>: Add call to 'declare-header!'.
(swallow-zlib-error): New macro.
(nar-response-port): New procedure.
(http-write): Add call to 'force-output'.  Use 'nar-response-port'
instead of 'response-port'.  Use 'swallow-zlib-error'.
(make-request-handler): Add #:compression parameter and honor it.  Add
"nar/gzip" URL handler.
(run-publish-server): Add #:compression parameter and honor it.
(guix-publish): Honor --compression.
* tests/publish.scm (http-get-port, wait-until-ready): New procedures.
<top level>: Run main server with "-C0".  Call 'wait-until-ready'.
("/nar/gzip/*", "/*.narinfo with compression"): New tests.
* doc/guix.texi (Invoking guix publish): Document it.
2016-07-19 00:07:12 +02:00
..
images
contributing.texi doc: Mention --localstatedir for when building from Git. 2016-04-16 00:52:19 +02:00
emacs.texi emacs: Add 'guix-package-from-file' command. 2016-05-10 12:05:53 +03:00
environment-gdb.scm
fdl-1.3.texi
guix.texi publish: Add '--compression'. 2016-07-19 00:07:12 +02:00
htmlxref.cnf
local.mk build: Use "%D%" in Makefile fragments. 2016-05-24 13:07:19 +02:00
package-hello.scm