guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp3


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp3
Date: Mon, 21 Dec 2020 05:36:37 -0500

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

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

The following commit(s) were added to refs/heads/wip-offload by this push:
     new 5ed135f  tmp3
5ed135f is described below

commit 5ed135fc9303e906d908c1862fb3a8bb404fc479
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 21 11:36:29 2020 +0100

    tmp3
---
 src/cuirass/remote-server.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index 22a1915..6fc084f 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -556,9 +556,6 @@ exiting."
                      (%package-database database)
                      (%public-key public-key)
                      (%private-key private-key))
-        (when user
-          (gather-user-privileges user))
-
         (atomic-box-set!
          %publish-pid
          (publish-server publish-port
@@ -578,6 +575,9 @@ exiting."
 
         (with-database
           (with-queue-writer-worker
+            (when user
+              (gather-user-privileges user))
+
             (for-each (lambda (number)
                         (start-fetch-worker
                          (string-append "fetch-worker-"



reply via email to

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