aboutsummaryrefslogtreecommitdiff
path: root/tests/gexp.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2022-04-14 16:44:02 +0000
committerLudovic Courtès <ludo@gnu.org>2022-04-20 23:46:44 +0200
commitd2cb3f99057a53e32d97bde423de4eb81bf9df5b (patch)
treebdb875266ca98234f7f7cd571b0c0281b1657b28 /tests/gexp.scm
parentfbf143558764c070437bf2b7f1db1046c95c0d5b (diff)
downloadguix-d2cb3f99057a53e32d97bde423de4eb81bf9df5b.tar.gz
guix-d2cb3f99057a53e32d97bde423de4eb81bf9df5b.zip
gnu: aws-c-auth: Update to 0.6.11.
* gnu/packages/c.scm (aws-c-auth): Update to 0.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/gexp.scm')
0 files changed, 0 insertions, 0 deletions
d-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar 2022-07-03services: guix-build-coordinator: Fix passing parallel-hooks....The previous approach didn't support a simple alist. * gnu/services/guix.scm (make-guix-build-coordinator-start-script): Fix passing parallel-hooks in to the start gexp. Christopher Baines 2022-07-01services: guix: Support guix-build-coordinator parallel hooks....* gnu/services/guix.scm (guix-build-coordinator-configuration-parallel-hooks): New procedure. (make-guix-build-coordinator-start-script): Accept and use #:parallel-hooks. (guix-build-coordinator-shepherd-services): Pass parallel-hooks to make-guix-build-coordinator-start-script. * doc/guix.texi (Guix Build Coordinator): Document this new field. Christopher Baines 2022-06-05services: guix-data-service: Increase timeout for service start....The guix-data-service system test fails on a slower machine with a one-minute time limit. * gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar 2022-05-25gnu: guix-build-coordinator: Update to 0-53.3de63f1....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-53.3de63f1. * gnu/services/guix.scm (guix-build-coordinator-queue-builds-configuration-guix-data-service-build-server-id): New procedure. (guix-build-coordinator-queue-builds-shepherd-services): Use the guix-data-service-build-server-id. * doc/guix.texi (Guix Build Coordinator): Document the new queue builds configuration field. Christopher Baines