guix-commits
[Top][All Lists]
Advanced

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

branch master updated (258150f -> 7682145)


From: guix-commits
Subject: branch master updated (258150f -> 7682145)
Date: Thu, 23 Dec 2021 04:55:02 -0500 (EST)

mothacehe pushed a change to branch master
in repository guix.

    from 258150f  gnu: pre-commit: Update to 2.16.0.
     new cc4e8a8  build: image: Add optional closure copy support.
     new 594e942  image: Add a shared-store? field.
     new dcc843a  image: Add a shared-network? field.
     new 5991211  system: image: Add docker support.
     new da92479  system: vm: Use the image API to generate QEMU images.
     new 05a9d1f  Remove VM generation dead-code.
     new 3ed8ddd  scripts: system: Deprecate the docker-image command.
     new c37cd41  scripts: system: Pass the volatile field to VM generation.
     new bce55ce  scripts: system: Use the disk-image size argument for VM 
generation.
     new 102c360  tests: docker: Fix it.
     new 207ee9d  services: nfs: Fix statd and mountd ports.
     new dbd3454  tests: nfs: Fix nfs-root-fs test.
     new c717f27  scripts: system: Add a missing module.
     new 7682145  tests: reconfigure: Fix it.

The 14 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:
 doc/guix.texi             |  23 +-
 gnu/build/image.scm       |  39 +++-
 gnu/build/marionette.scm  |  14 +-
 gnu/build/vm.scm          | 500 ----------------------------------------
 gnu/image.scm             |   6 +
 gnu/local.mk              |   1 -
 gnu/services/nfs.scm      |   4 +-
 gnu/system/image.scm      | 125 +++++++++-
 gnu/system/vm.scm         | 564 +++++-----------------------------------------
 gnu/tests/docker.scm      |  51 +++--
 gnu/tests/install.scm     |   2 +-
 gnu/tests/nfs.scm         | 181 ++++++++-------
 gnu/tests/reconfigure.scm |   4 +-
 guix/scripts/system.scm   |  33 +--
 tests/modules.scm         |   6 +-
 15 files changed, 373 insertions(+), 1180 deletions(-)
 delete mode 100644 gnu/build/vm.scm



reply via email to

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