ui: Rename '_' to 'G_'.
[jackhill/guix/guix.git] / guix / scripts / offload.scm
2017-05-03 Ludovic Courtèsui: Rename '_' to 'G_'.
2017-04-22 Leo FamulariMerge branch 'master' into staging
2017-04-21 Ludovic Courtèsoffload: Avoid using '_' as a 'match' pattern.
2017-01-13 Leo FamulariMerge branch 'master' into python-tests
2017-01-06 Leo FamulariMerge branch 'master' into core-updates
2016-12-31 Ludovic CourtèsAdd (guix ssh) module.
2016-12-11 Mark H WeaverMerge branch 'master' into staging
2016-12-09 Ludovic Courtèsoffload: Allow testing machines that match a regexp.
2016-12-09 Ludovic Courtèsoffload: Test each machine only once.
2016-12-09 Ludovic Courtèsoffload: Do not read ~/.ssh/known_hosts.
2016-12-09 Ludovic CourtèsMerge remote-tracking branch 'origin/master' into staging
2016-12-06 Ludovic Courtèsoffload: Increase the connection timeout.
2016-12-05 Ludovic Courtèsoffload: Send the build log to the right file descriptor.
2016-12-05 Ludovic Courtèsoffload: Fix plural of some messages.
2016-12-05 Ludovic Courtèsoffload: Make the compression methods configurable.
2016-12-05 Ludovic Courtèsoffload: Add "test" sub-command.
2016-12-04 Marius BakkeMerge branch 'master' into staging
2016-12-01 Ludovic Courtèsoffload: Do not abort when a machine is unreachable.
2016-12-01 Ludovic Courtèsoffload: Gracefully report connection failures.
2016-12-01 Ludovic Courtèsoffload: Warn about the lack of zlib support.
2016-12-01 Ludovic Courtèsoffload: Remove redundant call to 'topologically-sorted...
2016-11-30 Marius BakkeMerge branch 'master' into staging
2016-11-29 Hartmut GoebelMerge branch 'master' into python-build-system
2016-11-26 Ludovic Courtèsoffload: Call 'machine-load' only once per machine.
2016-11-26 Leo FamulariMerge branch 'master' into core-updates
2016-11-25 Ludovic Courtèsoffload: Drop 'remote-pipe'.
2016-11-25 Ludovic Courtèsoffload: Rewrite to make direct RPCs to the remote...
2016-11-25 Ludovic Courtèsoffload: Remove 'with-nar-error-handling' macro.
2016-11-25 Ludovic Courtèsoffload: Reuse SSH session during 'transfer-and-offload'.
2016-11-25 Ludovic Courtèsoffload: Use Guile-SSH instead of GNU lsh.
2016-10-19 Mark H WeaverMerge branch 'master' into core-updates
2016-10-19 Ludovic CourtèsUse (ice-9 binary-ports) instead of (rnrs io ports).
2016-09-30 Ludovic CourtèsMerge branch 'master' into core-updates
2016-09-20 Ludovic Courtèsui: Do not shadow '_' where it's used as a literal...
2016-06-07 Ludovic CourtèsMerge branch 'master' into core-updates
2016-05-31 Ludovic Courtèsoffload: Use (guix build syscalls).
2015-09-26 Ludovic CourtèsMerge branch 'core-updates'
2015-09-25 Ludovic Courtèsoffload: Use gzip instead of xz for compression on...
2015-07-09 Ludovic Courtèsoffload: Add 'ssh-options' field to <build-machine>.
2015-06-18 Mark H WeaverMerge branch 'master' into core-updates
2015-06-17 Mark H Weaveroffload: Fix sorting bug in 'choose-build-machine'.
2015-02-05 Ludovic Courtèsoffload: Better report failure to create the GC root...
2015-02-05 Ludovic Courtèsoffload: Warn about SSH client issues.
2014-10-28 Ludovic Courtèsoffload: Remove mutual exclusion on transfers.
2014-10-09 Ludovic CourtèsBreak module cycle involving (guix store) and (guix...
2014-09-22 Ludovic CourtèsMerge branch 'core-updates'
2014-09-20 Ludovic Courtèsoffload: Use a total order when sorting available machines.
2014-09-20 Ludovic Courtèsoffload: Try another machine when the "best" machine...
2014-09-08 Mark H WeaverMerge branch 'master' into core-updates
2014-08-29 Ludovic Courtèsoffload: Ignore EEXIST when registering a .drv as a...
2014-08-29 Ludovic Courtèsoffload: Ignore unreachable machines.
2014-06-26 Ludovic Courtèsguix {system,offload}: Improve reporting of syntax...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-04-13 Ludovic Courtèsoffload: '{send,receive}-files' wait for completion...
2014-04-13 Ludovic Courtèsoffload: Better synchronize with remote invocation...
2014-04-08 Ludovic Courtèsoffload: Remove all the GC roots in case of multiple...
2014-04-08 Ludovic Courtèsoffload: Bail out when failing to register a GC root...
2014-04-03 Ludovic Courtèsoffload: Prevent the '.drv' and build result from being...
2014-03-31 Ludovic Courtèsoffload: Exit with code 100 upon build failures.
2014-03-26 Ludovic CourtèsMerge branch 'core-updates'
2014-03-26 Ludovic Courtèsoffload: Remove erroneous 'close-pipe' call.
2014-03-26 Ludovic Courtèsoffload: Wait for the processes involved in 'guix archi...
2014-03-26 Ludovic Courtèsoffload: Allow one transfer in each direction simultane...
2014-03-26 Ludovic Courtèsoffload: Disable SSH-level compression.
2014-03-24 Ludovic Courtèsoffload: Compress files being sent/retrieved.
2014-03-22 Mark H WeaverMerge branch 'master' into core-updates
2014-03-19 Ludovic Courtèsoffload: Send build logs to file descriptor 4.
2014-03-17 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-13 Ludovic Courtèsoffload: Fix 'choose-build-machine' for several machines.
2014-03-13 Ludovic Courtèsoffload: Convert the port number to a string when invok...
2014-03-13 Ludovic Courtèsoffload: Allow build machines to specify a port number.
2014-03-10 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-09 Ludovic Courtèsoffload: Honor absolute build timeouts.
2014-03-09 Ludovic Courtèsoffload: Move macro definitions before use.
2014-03-09 Ludovic Courtèsoffload: Distinguish between 'decline' and 'postpone'.
2014-03-08 Ludovic Courtèsoffload: Prevent locked files from being GC'd.
2014-03-08 Ludovic Courtèsoffload: Fix thinko.
2014-03-08 Ludovic Courtèsoffload: Make 'parallel-builds' a hard limit.
2014-03-08 Ludovic Courtèsoffload: Further generalize lock files.
2014-03-08 Ludovic Courtèsoffload: Generalize the machine lock mechanism.
2014-03-06 Ludovic Courtèsoffload: Serialize file transfers to build machines.
2014-03-01 Ludovic Courtèsoffload: Comment out attempt to set up an lsh gateway.
2014-03-01 Ludovic Courtèsoffload: 'remote-pipe' uses the right SSH key.
2014-03-01 Ludovic Courtèsoffload: Take the target machine load into account.
2014-02-21 Ludovic CourtèsMerge branch 'master' into core-updates
2014-02-02 Ludovic Courtèsoffload: Have 'build-machines' honor its argument.
2014-01-27 Ludovic Courtèsoffload: Do not try to retrieve anything upon build...
2014-01-25 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-23 Ludovic CourtèsAdd 'guix offload' as a daemon build hook.