aboutsummaryrefslogtreecommitdiff
path: root/etc
ModeNameSize
-rwxr-xr-xcommitter.scm.in9510logplainabout
d---------completion92logplain
-rw-r--r--copyright.el1170logplainabout
d---------git36logplain
-rw-r--r--gnu-store.mount.in242logplainabout
-rw-r--r--guix-daemon.cil.in14322logplainabout
-rw-r--r--guix-daemon.conf.in339logplainabout
-rw-r--r--guix-daemon.service.in740logplainabout
-rwxr-xr-xguix-install.sh18017logplainabout
-rw-r--r--guix-publish.conf.in343logplainabout
-rw-r--r--guix-publish.service.in735logplainabout
-rw-r--r--historical-authorizations7463logplainabout
-rwxr-xr-xindent-code.el3544logplainabout
d---------init.d42logplain
-rw-r--r--news.scm85417logplainabout
d---------openrc42logplain
-rw-r--r--release-manifest.scm5412logplainabout
d---------snippets74logplain
d---------substitutes142logplain
-rw-r--r--system-tests.scm3790logplainabout
ublish: Restore gzip compression in cache-less mode....Fixes <https://bugs.gnu.org/30184>. Regression introduced in 297e04d66010ada31a40f40143d81bf6b62affcc. Reported by Christopher Baines <mail@cbaines.net>. * guix/scripts/publish.scm (nar-response-port): Add 'compression' parameter and honor it. (http-write): Get 'x-nar-compression' from the initial RESPONSE. Ludovic Courtès 2018-01-07publish: Publish build logs....* guix/scripts/publish.scm (render-log-file): New procedure. (make-request-handler): Add "log" case. * tests/publish.scm ("/log/NAME") ("/log/NAME not found"): New tests. * doc/guix.texi (Invoking guix publish): Document /log URLs. Ludovic Courtès 2017-12-01tests: Avoid double slash in URIs....* tests/publish.scm ("with cache"): Remove extra slash in NAR-URL. This would lead to a 'uri-error' exception on Guile 2.2.3. Ludovic Courtès 2017-10-05publish: Cache uncompressed nars as well....Fixes <https://bugs.gnu.org/28664>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * guix/scripts/publish.scm (bake-narinfo+nar): When COMPRESSION is 'none, write NAR instead of doing nothing. (make-request-handler): Use 'render-nar/cached' for /nar URLs with no compression. * tests/publish.scm ("with cache", "with cache, uncompressed"): Adjust expected result accordingly. Ludovic Courtès