guix/doc
Jakob L. Kreuze 5ea7537b9a
machine: Allow non-root users to deploy.
* doc/guix.texi (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.
2019-08-15 07:43:03 -04:00
..
images
build.scm doc: Add 'images' directory next to HTML pages. 2019-07-16 10:37:49 +02:00
contributing.texi doc: Reorder and clarify contributing instructions. 2019-07-17 15:36:04 +02:00
environment-gdb.scm
fdl-1.3.texi
guix.texi machine: Allow non-root users to deploy. 2019-08-15 07:43:03 -04:00
htmlxref.cnf
local.mk doc: Add Russian translation. 2019-05-13 10:46:03 +02:00
package-hello.scm