guix-commits
[Top][All Lists]
Advanced

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

branch master updated (051f325 -> 77f5296)


From: guix-commits
Subject: branch master updated (051f325 -> 77f5296)
Date: Tue, 5 May 2020 10:14:35 -0400 (EDT)

mothacehe pushed a change to branch master
in repository guix.

    from 051f325  gnu: Add AutoSSH service.
     new 78fbf2b  system: vm: Move operating-system-uuid.
     new fd1351a  build: store-copy: Export file-size procedure.
     new 5990e95  build: install: Ignore chown exceptions.
     new 892bbea  build: install: Do not set store GID.
     new f8fd115  build: bootloader: Add install-efi procedure.
     new f19cf27  image: Add a new API.
     new 77f5296  vm: Remove obsolete procedures.

The 7 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:
 gnu/build/bootloader.scm  |  56 ++++-
 gnu/build/image.scm       | 273 ++++++++++++++++++++++++
 gnu/build/install.scm     |  21 +-
 gnu/build/vm.scm          | 175 +--------------
 gnu/ci.scm                |  45 ++--
 gnu/image.scm             |  76 +++++++
 gnu/local.mk              |   3 +
 gnu/system.scm            |  50 +++++
 gnu/system/image.scm      | 532 ++++++++++++++++++++++++++++++++++++++++++++++
 gnu/system/vm.scm         | 216 +++----------------
 gnu/tests/install.scm     |  22 +-
 guix/build/store-copy.scm |   1 +
 guix/scripts/system.scm   |  13 +-
 13 files changed, 1073 insertions(+), 410 deletions(-)
 create mode 100644 gnu/build/image.scm
 create mode 100644 gnu/image.scm
 create mode 100644 gnu/system/image.scm



reply via email to

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