guix/tests
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
..
base32.scm
base64.scm
bournish.scm bournish: Allow compilation of multiple expressions. 2016-06-06 18:14:52 +02:00
build-utils.scm
builders.scm
challenge.scm
combinators.scm
containers.scm tests: Skip all the container tests when needed. 2016-06-25 01:13:23 +02:00
cpan.scm import: cpan: Use our mirrors for 'https' URLs. 2016-07-03 23:58:29 +02:00
cpio.scm
cran.scm
cve-sample.xml
cve.scm cve: Use a more compact format for the list of package/versions. 2016-05-28 01:07:12 +02:00
derivations.scm
elpa.scm
file-systems.scm
gem.scm
gexp.scm gexp: Remove more uses of #:modules. 2016-07-12 22:47:08 +02:00
gnu-maintenance.scm
grafts.scm gexp: Remove more uses of #:modules. 2016-07-12 22:47:08 +02:00
graph.scm graph: Add 'node-reachable-count'. 2016-05-24 00:06:01 +02:00
gremlin.scm
guix-archive.sh
guix-authenticate.sh
guix-build.sh
guix-daemon.sh
guix-download.sh
guix-environment-container.sh container: Gracefully report mount errors in the child process. 2016-05-31 00:11:04 +02:00
guix-environment.sh profiles: 'profile-derivation' now honors #:system. 2016-06-05 00:05:38 +02:00
guix-gc.sh
guix-graph.sh graph: Allow store file names for 'derivation' and 'references' graphs. 2016-05-21 01:35:14 +02:00
guix-hash.sh
guix-lint.sh tests: Do not run 'cve' checker in 'tests/guix-lint.sh'. 2016-05-24 14:45:18 +02:00
guix-package-net.sh
guix-package.sh guix package: Inherit the transformed version number. 2016-05-27 22:05:34 +02:00
guix-register.sh
guix-system.sh
hackage.scm
hash.scm
import-utils.scm
lint.scm lint: 'validate-uri' reports suspiciously small 200 responses. 2016-07-13 00:50:05 +02:00
monads.scm
nar.scm serialization: Add #:select? parameter to 'write-file'. 2016-06-12 23:55:22 +02:00
packages.scm gnu: Remove unneeded 'imported-modules' fields for 'origin'. 2016-07-12 22:47:08 +02:00
pk-crypto.scm
pki.scm
profiles.scm
publish.scm publish: Add '--compression'. 2016-07-19 00:07:12 +02:00
pypi.scm import: pypi: read requirements from wheels. 2016-06-14 22:03:22 +02:00
records.scm records: Improve reporting of invalid field specifiers. 2016-07-14 19:07:07 +02:00
scripts-build.scm
scripts.scm
services.scm
sets.scm
signing-key.pub
signing-key.sec
size.scm size: 'store-profile' takes a list of store items. 2016-05-24 23:05:28 +02:00
snix.scm
store.scm daemon: Substitute queries return immediately when substitutes are disabled. 2016-05-31 18:22:14 +02:00
substitute.scm
syscalls.scm
system.scm system: Honor the 'dependencies' field of file systems. 2016-07-18 01:26:03 +02:00
test.drv
ui.scm ui: 'string->duration' supports hours and seconds. 2016-06-09 23:34:56 +02:00
union.scm
upstream.scm
utils.scm
zlib.scm Add (guix zlib). 2016-07-19 00:07:12 +02:00