summaryrefslogtreecommitdiff
path: root/guix/scripts/offload.scm
Commit message (Expand)AuthorAge
...
* offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès2014-04-14
* offload: Better synchronize with remote invocation of 'guix archive --missing'.Ludovic Courtès2014-04-14
* offload: Remove all the GC roots in case of multiple-output derivations.Ludovic Courtès2014-04-08
* offload: Bail out when failing to register a GC root on the build machine.Ludovic Courtès2014-04-08
* offload: Prevent the '.drv' and build result from being GC'd.Ludovic Courtès2014-04-03
* offload: Exit with code 100 upon build failures.Ludovic Courtès2014-03-31
* offload: Remove erroneous 'close-pipe' call.Ludovic Courtès2014-03-26
* offload: Wait for the processes involved in 'guix archive --missing'.Ludovic Courtès2014-03-26
* offload: Allow one transfer in each direction simultaneously.Ludovic Courtès2014-03-26
* offload: Disable SSH-level compression.Ludovic Courtès2014-03-26
* offload: Compress files being sent/retrieved.Ludovic Courtès2014-03-24
* offload: Send build logs to file descriptor 4.Ludovic Courtès2014-03-19
* offload: Fix 'choose-build-machine' for several machines.Ludovic Courtès2014-03-13
* offload: Convert the port number to a string when invoking lsh.Ludovic Courtès2014-03-13
* offload: Allow build machines to specify a port number.Ludovic Courtès2014-03-13
* offload: Honor absolute build timeouts.Ludovic Courtès2014-03-09
* offload: Move macro definitions before use.Ludovic Courtès2014-03-09
* offload: Distinguish between 'decline' and 'postpone'.Ludovic Courtès2014-03-09
* offload: Prevent locked files from being GC'd.Ludovic Courtès2014-03-08
* offload: Fix thinko.Ludovic Courtès2014-03-08
* offload: Make 'parallel-builds' a hard limit.Ludovic Courtès2014-03-08
* offload: Further generalize lock files.Ludovic Courtès2014-03-08
* offload: Generalize the machine lock mechanism.Ludovic Courtès2014-03-08
* offload: Serialize file transfers to build machines.Ludovic Courtès2014-03-06
* offload: Comment out attempt to set up an lsh gateway.Ludovic Courtès2014-03-01
* offload: 'remote-pipe' uses the right SSH key.Ludovic Courtès2014-03-01
* offload: Take the target machine load into account.Ludovic Courtès2014-03-01
* offload: Have 'build-machines' honor its argument.Ludovic Courtès2014-02-02
* offload: Do not try to retrieve anything upon build failure.Ludovic Courtès2014-01-27
* Add 'guix offload' as a daemon build hook.Ludovic Courtès2014-01-24