guix-commits
[Top][All Lists]
Advanced

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

branch master updated (cce7b03 -> 02a962c)


From: guix-commits
Subject: branch master updated (cce7b03 -> 02a962c)
Date: Fri, 5 Jul 2019 18:09:35 -0400 (EDT)

cwebber pushed a change to branch master
in repository guix.

      from  cce7b03   Revert "gnu: Add sbcl-cl-xmlspam."
       new  a9b09ed   ssh: Add 'identity' keyword to 'open-ssh-session'.
       new  fa9edf0   gnu: Add machine type for deployment specifications.
       new  5cbb832   Add 'guix deploy'.
       new  02a962c   doc: Add section for 'guix deploy'.

The 4 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:
 Makefile.am             |   4 +-
 doc/guix.texi           | 114 +++++++++++++++
 gnu/local.mk            |   5 +-
 gnu/machine.scm         | 107 ++++++++++++++
 gnu/machine/ssh.scm     | 369 ++++++++++++++++++++++++++++++++++++++++++++++++
 guix/scripts/deploy.scm |  84 +++++++++++
 guix/ssh.scm            |  10 +-
 po/guix/POTFILES.in     |   2 +
 8 files changed, 689 insertions(+), 6 deletions(-)
 create mode 100644 gnu/machine.scm
 create mode 100644 gnu/machine/ssh.scm
 create mode 100644 guix/scripts/deploy.scm



reply via email to

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