guix-commits
[Top][All Lists]
Advanced

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

master updated (3ed995e -> b8ee248)


From: Ludovic Courtès
Subject: master updated (3ed995e -> b8ee248)
Date: Tue, 9 Jan 2024 12:37:20 -0500 (EST)

civodul pushed a change to branch master.

    from 3ed995e  remote-worker: Add randomness to the sleep delay.
     new 56ebeea  Bump user-visible copyright years.
     new 2737a48  utils: Add ‘with-timing-check’ and use it.
     new 5b72a68  database: Checking timing of ‘db-get-pending-build’.
     new 5fad16d  store: ‘process-build-log’ no longer loses state.
     new 10a5117  store: ‘build-derivations&’ makes the store blocking before 
proceeding.
     new b8ee248  base: Use the right accessors in ‘local-builder’.


Summary of changes:
 .dir-locals.el                        |   2 +
 Makefile.am                           |   1 +
 src/cuirass/base.scm                  |   4 +-
 src/cuirass/database.scm              |  20 ++++---
 src/cuirass/scripts/remote-server.scm |  13 +---
 src/cuirass/store.scm                 |  45 ++++++++++++--
 src/cuirass/templates.scm             |   4 +-
 src/cuirass/ui.scm                    |   2 +-
 src/cuirass/utils.scm                 |  17 +++++-
 tests/store.scm                       | 110 ++++++++++++++++++++++++++++++++++
 10 files changed, 188 insertions(+), 30 deletions(-)
 create mode 100644 tests/store.scm



reply via email to

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