guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (17a306a -> ee8b6b2)


From: Ludovic Courtès
Subject: master updated (17a306a -> ee8b6b2)
Date: Sat, 15 Jul 2023 11:37:29 -0400 (EDT)

civodul pushed a change to branch master.

    from 17a306a  remote-server: Add some parallelism.
     new cafe905  templates: Gracefully handle local file names as channel URLs.
     new e2123ab  examples: Add jobset that builds "random" jobs.
     new 0dbd460  remote-worker: Sleep only after a 'no-build response.
     new 802068c  remote: Make 'send-log' interruptible.
     new 98c2073  'build-derivations&' returns a non-blocking port.
     new c4a97c1  'non-blocking-port' avoids 'F_SETFL' call when unneeded.
     new 6d1757e  Factorize 'with-store/non-blocking'.
     new 904633a  base: Remove unused 'store' parameter of 'evaluate'.
     new ee8b6b2  Update 'TODO'.


Summary of changes:
 .dir-locals.el                        |  1 +
 Makefile.am                           |  2 ++
 TODO                                  | 35 +++++++++++++++++++
 examples/random-manifest.scm          | 65 +++++++++++++++++++++++++++++++++++
 examples/random.scm                   | 14 ++++++++
 src/cuirass/base.scm                  | 43 ++++++++++++++++-------
 src/cuirass/remote.scm                | 24 +++++++------
 src/cuirass/scripts/remote-server.scm | 18 ++--------
 src/cuirass/scripts/remote-worker.scm | 11 +++---
 src/cuirass/templates.scm             | 12 ++++---
 10 files changed, 175 insertions(+), 50 deletions(-)
 create mode 100644 examples/random-manifest.scm
 create mode 100644 examples/random.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]