[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (3f8c82e -> 99b78ba)
From: |
Ludovic Courtès |
Subject: |
branch master updated (3f8c82e -> 99b78ba) |
Date: |
Sun, 29 Jul 2018 12:50:39 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 3f8c82e gnu: taxtastic: Add missing propagated-inputs.
new b90d97e ssh: Display the size of the store items being sent.
new 5b68239 services: openssh: Add forwarding options.
new d2a1cf4 linux-initrd: Improve check of initrd modules.
new fcd068e linux-initrd: Try several file names when looking up
modules.
new 99b78ba linux-initrd: Report only missing modules, not all needed
modules.
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:
doc/guix.texi | 9 +++++++++
gnu/build/linux-modules.scm | 36 ++++++++++++++++++++++++++++++++++++
gnu/services/ssh.scm | 22 ++++++++++++++++++++++
gnu/system/linux-initrd.scm | 26 +++++---------------------
gnu/system/mapped-devices.scm | 29 +++++++++++++++++------------
guix/ssh.scm | 11 ++++++++---
6 files changed, 97 insertions(+), 36 deletions(-)
- branch master updated (3f8c82e -> 99b78ba),
Ludovic Courtès <=
- 01/05: ssh: Display the size of the store items being sent., Ludovic Courtès, 2018/07/29
- 02/05: services: openssh: Add forwarding options., Ludovic Courtès, 2018/07/29
- 03/05: linux-initrd: Improve check of initrd modules., Ludovic Courtès, 2018/07/29
- 05/05: linux-initrd: Report only missing modules, not all needed modules., Ludovic Courtès, 2018/07/29
- 04/05: linux-initrd: Try several file names when looking up modules., Ludovic Courtès, 2018/07/29