[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (03cbd94 -> 5f32531)
From: |
guix-commits |
Subject: |
branch master updated (03cbd94 -> 5f32531) |
Date: |
Thu, 15 Aug 2019 07:43:45 -0400 (EDT) |
cwebber pushed a change to branch master
in repository guix.
from 03cbd94 remote: Remove '--system' argument.
new 5ea7537 machine: Allow non-root users to deploy.
new 9c70c46 machine: Implement 'roll-back-machine'.
new 3033d59 machine: Automatically authorize the coordinator's
signing key.
new 3967a94 doc: Add description of 'build-locally?'.
new 5f32531 remote: Use (%daemon-socket-uri) rather than hard-coded
path.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 15 +++++++
gnu/machine.scm | 27 +++++++++++-
gnu/machine/ssh.scm | 113 +++++++++++++++++++++++++++++++++++++++++++-----
guix/remote.scm | 57 +++++++++++++++---------
guix/scripts/deploy.scm | 17 +++++++-
guix/ssh.scm | 48 +++++++++++++++++---
6 files changed, 236 insertions(+), 41 deletions(-)
- branch master updated (03cbd94 -> 5f32531),
guix-commits <=
- 01/05: machine: Allow non-root users to deploy., guix-commits, 2019/08/15
- 04/05: doc: Add description of 'build-locally?'., guix-commits, 2019/08/15
- 03/05: machine: Automatically authorize the coordinator's signing key., guix-commits, 2019/08/15
- 02/05: machine: Implement 'roll-back-machine'., guix-commits, 2019/08/15
- 05/05: remote: Use (%daemon-socket-uri) rather than hard-coded path., guix-commits, 2019/08/15