summaryrefslogtreecommitdiff
path: root/guix/scripts/offload.scm
Commit message (Expand)AuthorAge
* offload: Remove unnecessary locking on machine slots.Ludovic Courtès2018-12-26
* offload: Remove the "machine choice" lock.Ludovic Courtès2018-12-26
* offload: Adjust 'test' and 'status' to the latest changes.Ludovic Courtès2018-12-25
* offload: Use (guix inferior) instead of (ssh dist node).Ludovic Courtès2018-12-24
* offload: Display the normalized load in 'guix offload status' output.Ludovic Courtès2018-12-23
* offload: Recognize build failures due to lack of disk space.Ludovic Courtès2018-12-21
* offload: Skip machines that are low on disk space.Ludovic Courtès2018-12-21
* offload: Decompose 'machine-load' into simpler procedures.Ludovic Courtès2018-12-21
* offload: Fix error message in 'guix offload test'.Ludovic Courtès2018-06-15
* offload: Gracefully handle invalid results from 'machines.scm'.Ludovic Courtès2018-06-14
* offload: Honor the build timeout internally.Ludovic Courtès2018-06-11
* offload: Look at machine loads for the past minute.Ludovic Courtès2018-01-15
* offload: 'test' reports Guile and module errors more nicely.Ludovic Courtès2018-01-12
* offload: 'test' gracefully handles 'node-repl-error'.Ludovic Courtès2018-01-12
* offload: Fix regression in file retrieval.Ludovic Courtès2018-01-12
* guix: offload: Add "status" sub-command.Ricardo Wurmus2017-12-16
* Do not set '%fresh-auto-compile'.Ludovic Courtès2017-12-01
* offload: Reduce the number of calls to 'machine-load'.Ludovic Courtès2017-10-12
* offload: Fix potential file descriptor and memory leak.Ludovic Courtès2017-07-25
* offload: Disconnect sessions created by 'machine-load'.Ludovic Courtès2017-07-25
* derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès2017-06-12
* scripts: Set thread names.Ludovic Courtès2017-05-28
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* offload: Avoid using '_' as a 'match' pattern.Ludovic Courtès2017-04-21
* Add (guix ssh) module.Ludovic Courtès2016-12-31
* offload: Allow testing machines that match a regexp.Ludovic Courtès2016-12-09
* offload: Test each machine only once.Ludovic Courtès2016-12-09
* offload: Do not read ~/.ssh/known_hosts.Ludovic Courtès2016-12-09
* offload: Increase the connection timeout.Ludovic Courtès2016-12-06
* offload: Send the build log to the right file descriptor.Ludovic Courtès2016-12-06
* 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