[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f159742 -> fbc7b1f)
From: |
Christopher Baines |
Subject: |
branch master updated (f159742 -> fbc7b1f) |
Date: |
Wed, 6 Sep 2017 03:45:26 -0400 (EDT) |
cbaines pushed a change to branch master
in repository guix.
from f159742 gnu: file: Fix CVE-2017-1000249.
new 22bbdb5 vm: Add support for registering closures to
make-iso9660-image.
new 309b8fe vm: Create /mnt in the generated ISO image in
make-iso9660-image.
new e375d3f vm: Add support for registering closures to iso9660-image.
new b069111 vm: Call iso9660-image with #:register-closures? as #t.
new fbc7b1f tests: Add test for installing from an ISO Image.
The 5 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:
gnu/build/vm.scm | 24 ++++++++++-
gnu/system/vm.scm | 11 ++++-
gnu/tests/install.scm | 110 +++++++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 131 insertions(+), 14 deletions(-)
- branch master updated (f159742 -> fbc7b1f),
Christopher Baines <=
- 02/05: vm: Create /mnt in the generated ISO image in make-iso9660-image., Christopher Baines, 2017/09/06
- 03/05: vm: Add support for registering closures to iso9660-image., Christopher Baines, 2017/09/06
- 05/05: tests: Add test for installing from an ISO Image., Christopher Baines, 2017/09/06
- 01/05: vm: Add support for registering closures to make-iso9660-image., Christopher Baines, 2017/09/06
- 04/05: vm: Call iso9660-image with #:register-closures? as #t., Christopher Baines, 2017/09/06