[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (516f6f5 -> 69cae3d)
From: |
guix-commits |
Subject: |
branch master updated (516f6f5 -> 69cae3d) |
Date: |
Mon, 25 Mar 2019 18:37:13 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 516f6f5 gnu: docker: Use fewer modprobes.
new cde08a5 gnu: guix: Update to f970946.
new 3191b5f installer: Set the system's 'keyboard-layout' field.
new abd4d6b records: Allow thunked fields to refer to 'this-record'.
new cf848cc accounts: Add default value for the 'home-directory'
field of <user-account>.
new 69cae3d system: Add 'essential-services' field to
<operating-system>.
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 | 8 ++-
gnu/installer.scm | 9 +++-
gnu/installer/newt/keymap.scm | 13 ++++-
gnu/installer/parted.scm | 6 ++-
gnu/packages/package-management.scm | 6 +--
gnu/system.scm | 73 +++++++++++++---------------
gnu/system/accounts.scm | 7 ++-
gnu/system/examples/bare-bones.tmpl | 3 +-
gnu/system/examples/beaglebone-black.tmpl | 3 +-
gnu/system/examples/desktop.tmpl | 3 +-
gnu/system/examples/docker-image.tmpl | 3 +-
gnu/system/examples/lightweight-desktop.tmpl | 3 +-
gnu/system/install.scm | 3 +-
gnu/system/linux-container.scm | 69 ++++++++++++++++----------
gnu/system/vm.scm | 13 ++---
gnu/tests.scm | 5 +-
gnu/tests/install.scm | 14 ++----
guix/records.scm | 24 ++++++++-
tests/accounts.scm | 4 --
tests/records.scm | 40 +++++++++++++++
20 files changed, 197 insertions(+), 112 deletions(-)
- branch master updated (516f6f5 -> 69cae3d),
guix-commits <=
- 05/05: system: Add 'essential-services' field to <operating-system>., guix-commits, 2019/03/25
- 04/05: accounts: Add default value for the 'home-directory' field of <user-account>., guix-commits, 2019/03/25
- 03/05: records: Allow thunked fields to refer to 'this-record'., guix-commits, 2019/03/25
- 02/05: installer: Set the system's 'keyboard-layout' field., guix-commits, 2019/03/25
- 01/05: gnu: guix: Update to f970946., guix-commits, 2019/03/25