aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/herd.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-07-26 11:07:17 +0200
committerMarius Bakke <marius@gnu.org>2022-07-27 12:52:36 +0200
commit822edbf08b754dfd1c9f25500c4e9490b99276f4 (patch)
treec943672209b61db3a27a8180402966fa67ca188d /gnu/services/herd.scm
parente62dd8e7622d5ddd8da6fb024f58c09b0aa01ac1 (diff)
downloadguix-822edbf08b754dfd1c9f25500c4e9490b99276f4.tar.gz
guix-822edbf08b754dfd1c9f25500c4e9490b99276f4.zip
gnu: rust-gzip-header: Add 1.0.0.
* gnu/packages/crates-io.scm (rust-gzip-header-1): New variable. (rust-gzip-header-0.3): Inherit from it.
Diffstat (limited to 'gnu/services/herd.scm')
0 files changed, 0 insertions, 0 deletions
(Invoking guix deploy): Add section describing prerequisites for deploying as a non-root user. * guix/remote.scm (remote-pipe-for-gexp): New optional 'become-command' argument. (%remote-eval): New optional 'become-command' argument. (remote-eval): New 'become-command' keyword argument. * guix/ssh.scm (remote-inferior): New optional 'become-command' argument. (inferior-remote-eval): New optional 'become-command' argument. (remote-authorize-signing-key): New optional 'become-command' argument. * gnu/machine/ssh.scm (machine-become-command): New variable. (managed-host-remote-eval): Invoke 'remote-eval' with the '#:become-command' keyword. (deploy-managed-host): Invoke 'remote-authorize-signing-key' with the '#:become-command' keyword. Jakob L. Kreuze 2019-08-14remote: Build derivations appropriate for the remote's...* gnu/machine/ssh.scm (machine-ssh-configuration): Add 'system' field. (managed-host-remote-eval): Pass 'system' field to 'remote-eval'. (machine-check-building-for-appropriate-system): New variable. (check-deployment-sanity): Add call to 'machine-check-building-for-appropriate-system'. * doc/guix.texi (Invoking guix deploy): Describe new 'system' field. * guix/ssh.scm (remote-system): New variable. * guix/remote.scm (remote-eval): Use result of 'remote-system' when lowering the G-Expression. (remote-eval): Add 'system' keyword argument. (trampoline): Return a /td> 2022-07-15gnu: tests: Fix guix-data-service test....Since revision 32, guix-data-service starts immediately but returns an HTTP error code until initialization is complete. Adjust the test accordingly, and remove the increased startup time limit. * gnu/services/guix.scm (guix-data-service): Use default #:pid-file-timeout. * gnu/tests/guix.scm (guix-data-service): Retry the http-get test several times to give the service time to initialize. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar