civodul pushed a change to branch master
in repository guix.

    from 9756d9d634 gnu: cl-nodgui: Update to 0.6.2.0-1.9d0c973.
     new cbac0b1db0 environment: Fix type error with ‘-C’ when ‘getpwuid’ fails.
     new a237f0d436 services: Add restic-backup service.
     new 003c89a85c gnu: docker: Provide escape hatch in 
oci-container-configuration.
     new e68c1af4f4 gnu: docker: Allow setting host environment variables in 
oci-container-configuration.
     new 68adfaea25 gnu: docker: Allow setting Shepherd dependencies in 
oci-container-configuration.
     new c07731a777 gnu: docker: Allow passing tarballs for images in 
oci-container-configuration.
     new be868f69aa gnu: Add tests for oci-container-service-type.
     new 0efa1daad3 doc: Document ‘assume-valid-file-name’ in ‘local-file’.
     new 73b3f941d7 maint: Suggest ‘guix git authenticate’ for initial 
authentication.
     new 5a7cb59648 deduplication: Detect holes and create sparse files.
     new cca25a6769 services: shepherd: Failure to load a service does not 
prevent booting.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                   |  30 ++--
 doc/contributing.texi         |  30 +++-
 doc/guix.texi                 | 240 +++++++++++++++++++++++++++++--
 etc/git/post-merge            |   3 +
 etc/git/pre-push              |   4 +-
 gnu/local.mk                  |   1 +
 gnu/services/backup.scm       | 236 ++++++++++++++++++++++++++++++
 gnu/services/docker.scm       | 323 +++++++++++++++++++++++++++++++++++++-----
 gnu/services/shepherd.scm     |  35 +++--
 gnu/tests/docker.scm          | 131 ++++++++++++++++-
 guix/scripts/environment.scm  |   4 +-
 guix/store/deduplication.scm  |  79 ++++++++++-
 tests/store-deduplication.scm |  58 +++++++-
 13 files changed, 1081 insertions(+), 93 deletions(-)
 create mode 100755 etc/git/post-merge
 create mode 100644 gnu/services/backup.scm

Reply via email to