summaryrefslogtreecommitdiff
path: root/guix/scripts/offload.scm
AgeCommit message (Expand)Author
2019-11-26guix build, daemon: Rename "--no-build-hook" to "--no-offload"....Ludovic Courtès
2019-10-15offload: Set a longer SSH session timeout....Ludovic Courtès
2019-09-28offload: Include the port number in the machine lock file name....Ludovic Courtès
2019-06-05syscalls: Add 'with-file-lock' macro....Ludovic Courtès
2019-01-22offload: 'status' reports the time difference....Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès
2018-12-26offload: Remove unnecessary locking on machine slots....Ludovic Courtès
2018-12-26offload: Remove the "machine choice" lock....Ludovic Courtès
2018-12-25offload: Adjust 'test' and 'status' to the latest changes....Ludovic Courtès
2018-12-24offload: Use (guix inferior) instead of (ssh dist node)....Ludovic Courtès
2018-12-23offload: Display the normalized load in 'guix offload status' output....Ludovic Courtès
2018-12-21offload: Recognize build failures due to lack of disk space....Ludovic Courtès
2018-12-21offload: Skip machines that are low on disk space....Ludovic Courtès
2018-12-21offload: Decompose 'machine-load' into simpler procedures....Ludovic Courtès
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