summaryrefslogtreecommitdiff
path: root/guix/scripts/offload.scm
AgeCommit message (Expand)Author
2018-06-15offload: Fix error message in 'guix offload test'.Ludovic Courtès
2018-06-14offload: Gracefully handle invalid results from 'machines.scm'.Ludovic Courtès
2018-06-11offload: Honor the build timeout internally.Ludovic Courtès
2018-01-15offload: Look at machine loads for the past minute.Ludovic Courtès
2018-01-12offload: 'test' reports Guile and module errors more nicely.Ludovic Courtès
2018-01-12offload: 'test' gracefully handles 'node-repl-error'.Ludovic Courtès
2018-01-12offload: Fix regression in file retrieval.Ludovic Courtès
2017-12-16guix: offload: Add "status" sub-command.Ricardo Wurmus
2017-12-01Do not set '%fresh-auto-compile'.Ludovic Courtès
2017-10-12offload: Reduce the number of calls to 'machine-load'.Ludovic Courtès
2017-07-25offload: Fix potential file descriptor and memory leak.Ludovic Courtès
2017-07-25offload: Disconnect sessions created by 'machine-load'.Ludovic Courtès
2017-06-12derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès
2017-05-28scripts: Set thread names.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-21offload: Avoid using '_' as a 'match' pattern.Ludovic Courtès
2016-12-31Add (guix ssh) module.Ludovic Courtès
2016-12-09offload: Allow testing machines that match a regexp.Ludovic Courtès
2016-12-09offload: Test each machine only once.Ludovic Courtès
2016-12-09offload: Do not read ~/.ssh/known_hosts.Ludovic Courtès
2016-12-06offload: Increase the connection timeout.Ludovic Courtès
2016-12-06offload: Send the build log to the right file descriptor.Ludovic Courtès
2016-12-05offload: Fix plural of some messages.Ludovic Courtès
2016-12-05offload: Make the compression methods configurable.Ludovic Courtès
2016-12-05offload: Add "test" sub-command.Ludovic Courtès
2016-12-01offload: Do not abort when a machine is unreachable.Ludovic Courtès
2016-12-01offload: Gracefully report connection failures.Ludovic Courtès
2016-12-01offload: Warn about the lack of zlib support.Ludovic Courtès
2016-12-01offload: Remove redundant call to 'topologically-sorted' in 'send-file'.Ludovic Courtès
2016-11-26offload: Call 'machine-load' only once per machine.Ludovic Courtès
2016-11-25offload: Drop 'remote-pipe'.Ludovic Courtès
2016-11-25offload: Rewrite to make direct RPCs to the remote daemon.Ludovic Courtès
2016-11-25offload: Remove 'with-nar-error-handling' macro.Ludovic Courtès
2016-11-25offload: Reuse SSH session during 'transfer-and-offload'.Ludovic Courtès
2016-11-25offload: Use Guile-SSH instead of GNU lsh.Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès
2016-05-31offload: Use (guix build syscalls).Ludovic Courtès
2015-09-25offload: Use gzip instead of xz for compression on the master.Ludovic Courtès
2015-07-09offload: Add 'ssh-options' field to <build-machine>.Ludovic Courtès
2015-06-17offload: Fix sorting bug in 'choose-build-machine'.Mark H Weaver
2015-02-05offload: Better report failure to create the GC root directory.Ludovic Courtès
2015-02-05offload: Warn about SSH client issues.Ludovic Courtès
2014-10-29offload: Remove mutual exclusion on transfers.Ludovic Courtès
2014-10-09Break module cycle involving (guix store) and (guix ui).Ludovic Courtès
2014-09-20offload: Use a total order when sorting available machines.Ludovic Courtès
2014-09-20offload: Try another machine when the "best" machine is overloaded.Ludovic Courtès
2014-08-29offload: Ignore EEXIST when registering a .drv as a GC root.Ludovic Courtès
2014-08-29offload: Ignore unreachable machines.Ludovic Courtès
2014-06-27guix {system,offload}: Improve reporting of syntax errors.Ludovic Courtès