guix-commits
[Top][All Lists]
Advanced

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

branch master updated (24fa6bc -> 8e88f6f)


From: Chris Marusich
Subject: branch master updated (24fa6bc -> 8e88f6f)
Date: Fri, 23 Mar 2018 22:04:26 -0400 (EDT)

marusich pushed a change to branch master
in repository guix.

      from  24fa6bc   gnu: Add r-catdap.
       new  272c070   tests: Add tests for "guix pack".
       new  af81311   vm: Allow control of deduplication in 
root-partition-initializer.
       new  8c9bf29   gnu: When building in a VM, share a temporary directory.
       new  1c2ac6b   guix: Rewrite build-docker-image to allow more paths.
       new  a335f6f   system: Add "guix system docker-image" command.
       new  8e88f6f   tests: Add tests for "guix system disk-image" et al.

The 6 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                           |   1 +
 doc/guix.texi                         |  42 ++++++-
 gnu/build/vm.scm                      |  20 +++-
 gnu/packages/package-management.scm   |   2 +
 gnu/system/examples/docker-image.tmpl |  47 ++++++++
 gnu/system/vm.scm                     | 117 +++++++++++++++++++-
 guix/docker.scm                       | 200 +++++++++++++++++++++-------------
 guix/scripts/pack.scm                 |  73 +++++++++----
 guix/scripts/system.scm               |  12 +-
 tests/guix-pack.sh                    |  83 ++++++++++++++
 tests/guix-system.sh                  |  17 +++
 11 files changed, 501 insertions(+), 113 deletions(-)
 create mode 100644 gnu/system/examples/docker-image.tmpl
 create mode 100644 tests/guix-pack.sh



reply via email to

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