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