guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.6-34-g30ce801


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-34-g30ce801
Date: Mon, 14 Apr 2014 06:41:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  30ce8012cd6265b12f756283633be94a547bf990 (commit)
       via  66ef5411471e8d5f25815b9ab1f360ad56e08544 (commit)
      from  99e17dc9274c82911c284eaeccdba08b7425f018 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 30ce8012cd6265b12f756283633be94a547bf990
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 14 00:24:24 2014 +0200

    offload: '{send,receive}-files' wait for completion of the transfer.
    
    Fixes situations where the remote 'guix build' is invoked before the
    .drv has been completely copied, as reported at
    <https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00174.html>.
    
    In some cases 'send-files' would return before the other end is done
    importing the files, and so the subsequent 'guix build' invocation would
    just miss the .drv file it refers to.
    
    * guix/utils.scm (call-with-decompressed-port): Don't close PORT.
      (call-with-compressed-output-port): Likewise.
    * tests/utils.scm ("compressed-output-port + decompressed-port"): Adjust
      accordingly.
    * guix/scripts/offload.scm (send-files): Add explicit (close-pipe pipe)
      call.
      (retrieve-files): Likewise.

commit 66ef5411471e8d5f25815b9ab1f360ad56e08544
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 14 00:17:43 2014 +0200

    offload: Better synchronize with remote invocation of 'guix archive 
--missing'.
    
    * guix/scripts/offload.scm (send-files)[missing-files]: Call 'waitpid'
      after reading all of MISSING.

-----------------------------------------------------------------------

Summary of changes:
 guix/scripts/offload.scm |   13 +++++++++----
 guix/utils.scm           |    8 ++------
 tests/utils.scm          |    6 ++++--
 3 files changed, 15 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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