summaryrefslogtreecommitdiff
path: root/guix/scripts/offload.scm
AgeCommit message (Expand)Author
2020-12-23ssh: Use 'guix repl' instead of 'guile'.Ludovic Courtès
2020-12-15offload: Print warning in context.Julien Lepiller
2020-10-25offload: Adjust default 'max-silent-time' value of 'open-ssh-session'.Ludovic Courtès
2020-10-25offload: Export <build-machine> accessors.Ludovic Courtès
2020-10-08offload: Improve load normalization and configurability.Maxim Cournoyer
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-29copy, offload: Explicitly close SSH channels and sessions.Ludovic Courtès
2020-08-25offload: Modify the build-machine record to accept multiple systems.Maxim Cournoyer
2020-08-24offload: Update help string.Maxim Cournoyer
2020-07-25Use 'formatted-message' instead of '&message' where appropriate.Ludovic Courtès
2019-12-04ssh: Add 'authenticate-server*' and use it for offloading.Ludovic Courtès
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