[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (7d876af -> 245cc5f)
From: |
Ludovic Courtès |
Subject: |
branch master updated (7d876af -> 245cc5f) |
Date: |
Thu, 27 Oct 2016 11:50:06 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 7d876af gnu: libmikmod: Update to 3.3.10.
new 631fda7 gnu: Add mdadm-static.
new 4ed2f51 mapped-devices: Use 'mdadm-static' in
'raid-device-mapping'.
new b800b8d tests: Add #:memory-size parameter for the command to run
the installed OS.
new 49baaff file-systems: 'disk-partitions' detected partitions from
mapped devices.
new 245cc5f tests: Test installation with a RAID root partition.
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/file-systems.scm | 35 ++++++++--------
gnu/packages/linux.scm | 29 +++++++++++++
gnu/system/mapped-devices.scm | 8 ++--
gnu/tests/install.scm | 90 +++++++++++++++++++++++++++++++++++++++--
4 files changed, 140 insertions(+), 22 deletions(-)
- branch master updated (7d876af -> 245cc5f),
Ludovic Courtès <=
- 01/05: gnu: Add mdadm-static., Ludovic Courtès, 2016/10/27
- 03/05: tests: Add #:memory-size parameter for the command to run the installed OS., Ludovic Courtès, 2016/10/27
- 05/05: tests: Test installation with a RAID root partition., Ludovic Courtès, 2016/10/27
- 02/05: mapped-devices: Use 'mdadm-static' in 'raid-device-mapping'., Ludovic Courtès, 2016/10/27
- 04/05: file-systems: 'disk-partitions' detected partitions from mapped devices., Ludovic Courtès, 2016/10/27