[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (15d6148 -> 7f09020)
From: |
Ludovic Courtès |
Subject: |
branch master updated (15d6148 -> 7f09020) |
Date: |
Mon, 28 Aug 2017 04:19:06 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 15d6148 gnu: xf86-video-freedreno: Add missing input.
new 9e1fe3d bootloader: Emit warnings with 'warning'.
new a881a40 gnu: emacs-nix-mode: Move to package-management.scm.
new 8bd5231 marionette: 'wait-for-file' really raises an error when a
file is missing.
new 0a80981 marionette: Fix typing of capital letters.
new 06b8eae marionette: Augment the set of keystrokes.
new 7f09020 services: user-processes: Reap child processes.
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:
gnu/bootloader.scm | 6 +--
gnu/build/marionette.scm | 41 ++++++++++++------
gnu/packages/emacs.scm | 17 --------
gnu/packages/package-management.scm | 19 +++++++++
gnu/services/base.scm | 13 ++++++
gnu/tests/base.scm | 83 +++++++++++++++++++++++++++++++++++++
6 files changed, 146 insertions(+), 33 deletions(-)
- branch master updated (15d6148 -> 7f09020),
Ludovic Courtès <=
- 01/06: bootloader: Emit warnings with 'warning'., Ludovic Courtès, 2017/08/28
- 03/06: marionette: 'wait-for-file' really raises an error when a file is missing., Ludovic Courtès, 2017/08/28
- 05/06: marionette: Augment the set of keystrokes., Ludovic Courtès, 2017/08/28
- 02/06: gnu: emacs-nix-mode: Move to package-management.scm., Ludovic Courtès, 2017/08/28
- 06/06: services: user-processes: Reap child processes., Ludovic Courtès, 2017/08/28
- 04/06: marionette: Fix typing of capital letters., Ludovic Courtès, 2017/08/28