summaryrefslogtreecommitdiff
path: root/guix/scripts/offload.scm
Commit message (Expand)AuthorAge
...
* offload: Fix plural of some messages.Ludovic Courtès2016-12-05
* offload: Make the compression methods configurable.Ludovic Courtès2016-12-05
* offload: Add "test" sub-command.Ludovic Courtès2016-12-05
* offload: Do not abort when a machine is unreachable.Ludovic Courtès2016-12-01
* offload: Gracefully report connection failures.Ludovic Courtès2016-12-01
* offload: Warn about the lack of zlib support.Ludovic Courtès2016-12-01
* offload: Remove redundant call to 'topologically-sorted' in 'send-file'.Ludovic Courtès2016-12-01
* offload: Call 'machine-load' only once per machine.Ludovic Courtès2016-11-26
* offload: Drop 'remote-pipe'.Ludovic Courtès2016-11-25
* offload: Rewrite to make direct RPCs to the remote daemon.Ludovic Courtès2016-11-25
* offload: Remove 'with-nar-error-handling' macro.Ludovic Courtès2016-11-25
* offload: Reuse SSH session during 'transfer-and-offload'.Ludovic Courtès2016-11-25
* offload: Use Guile-SSH instead of GNU lsh.Ludovic Courtès2016-11-25
* Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès2016-10-19
* ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès2016-09-20
* offload: Use (guix build syscalls).Ludovic Courtès2016-05-31
* offload: Use gzip instead of xz for compression on the master.Ludovic Courtès2015-09-25
* offload: Add 'ssh-options' field to <build-machine>.Ludovic Courtès2015-07-09
* offload: Fix sorting bug in 'choose-build-machine'.Mark H Weaver2015-06-17
* offload: Better report failure to create the GC root directory.Ludovic Courtès2015-02-05
* offload: Warn about SSH client issues.Ludovic Courtès2015-02-05
* offload: Remove mutual exclusion on transfers.Ludovic Courtès2014-10-29
* Break module cycle involving (guix store) and (guix ui).Ludovic Courtès2014-10-09
* offload: Use a total order when sorting available machines.Ludovic Courtès2014-09-20
* offload: Try another machine when the "best" machine is overloaded.Ludovic Courtès2014-09-20
* offload: Ignore EEXIST when registering a .drv as a GC root.Ludovic Courtès2014-08-29
* offload: Ignore unreachable machines.Ludovic Courtès2014-08-29
* guix {system,offload}: Improve reporting of syntax errors.Ludovic Courtès2014-06-27
* 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