guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: remote: Do not compress substitutes.


From: Mathieu Othacehe
Subject: branch master updated: remote: Do not compress substitutes.
Date: Tue, 23 Mar 2021 11:58:01 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 6a46e6b  remote: Do not compress substitutes.
6a46e6b is described below

commit 6a46e6bf652a06b67cf0f4d2cbe33dea1ce48411
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 23 16:57:39 2021 +0100

    remote: Do not compress substitutes.
---
 src/cuirass/remote.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/cuirass/remote.scm b/src/cuirass/remote.scm
index 7a59a3d..f79a145 100644
--- a/src/cuirass/remote.scm
+++ b/src/cuirass/remote.scm
@@ -272,9 +272,7 @@ PRIVATE-KEY to sign narinfos."
                                         (sockaddr:addr address)
                                         port))
                   (socket (open-server-socket socket-address)))
-             (run-publish-server socket store
-                                 #:compressions
-                                 (list %default-gzip-compression)))))))
+             (run-publish-server socket store))))))
     (pid pid)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]