guix-commits
[Top][All Lists]
Advanced

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

01/06: store: Add another missing buffer flush.


From: Ludovic Courtès
Subject: 01/06: store: Add another missing buffer flush.
Date: Tue, 18 Sep 2018 17:23:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 000bbe02e21353f30c915d5b88f2de316d3634a1
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 18 21:37:23 2018 +0200

    store: Add another missing buffer flush.
    
    This is a followup to 3809824199cdd52446176c9cd4761dd09f732542.
    
    * guix/store.scm (add-file-tree-to-store): Add 'write-buffered-output'
    call.
---
 guix/store.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/store.scm b/guix/store.scm
index cc5dcef..f88cdef 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -1044,6 +1044,7 @@ an arbitrary directory layout in the store without 
creating a derivation."
                            #:file-port file-port
                            #:symlink-target symlink-target
                            #:directory-entries directory-entries)
+          (write-buffered-output server)
           (let loop ((done? (process-stderr server)))
             (or done? (loop (process-stderr server))))
           (let ((result (read-store-path port)))



reply via email to

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