[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (1c9f78e -> cc73339)
From: |
Ludovic Courtès |
Subject: |
branch master updated (1c9f78e -> cc73339) |
Date: |
Wed, 23 Nov 2016 20:14:23 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 1c9f78e gnu: python-passlib: Update to 1.7.0.
new f25c9eb marionette: Delay synchronization with the host's REPL.
new fe93383 marionette: Add 'marionette-screen-text' using OCR.
new b7d408e mapped-devices: Use 'cryptsetup-static' in
'luks-device-mapping'.
new f7f292d install: Enable "cryptodisk" handling in GRUB.
new cc73339 tests: Remove 'GUIX_LOCPATH' hack that had been added for
address@hidden
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/install.scm | 5 +++
gnu/build/marionette.scm | 87 +++++++++++++++++++++++++++++++++++------
gnu/system/mapped-devices.scm | 8 ++--
gnu/tests/base.scm | 39 +++++++++++++-----
gnu/tests/install.scm | 66 +++++++++++++++++++++++++------
5 files changed, 169 insertions(+), 36 deletions(-)
- branch master updated (1c9f78e -> cc73339),
Ludovic Courtès <=
- 01/05: marionette: Delay synchronization with the host's REPL., Ludovic Courtès, 2016/11/23
- 02/05: marionette: Add 'marionette-screen-text' using OCR., Ludovic Courtès, 2016/11/23
- 05/05: tests: Remove 'GUIX_LOCPATH' hack that had been added for address@hidden, Ludovic Courtès, 2016/11/23
- 03/05: mapped-devices: Use 'cryptsetup-static' in 'luks-device-mapping'., Ludovic Courtès, 2016/11/23
- 04/05: install: Enable "cryptodisk" handling in GRUB., Ludovic Courtès, 2016/11/23