diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-14 00:24:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-14 00:24:24 +0200 |
commit | 30ce8012cd6265b12f756283633be94a547bf990 (patch) | |
tree | cfa2c57eb6bc43c0dda8ce1675230656fca18656 /gnu | |
parent | 66ef5411471e8d5f25815b9ab1f360ad56e08544 (diff) | |
download | guix-30ce8012cd6265b12f756283633be94a547bf990.tar guix-30ce8012cd6265b12f756283633be94a547bf990.tar.gz |
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.
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions