[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (32c055f -> 71b4974)
From: |
guix-commits |
Subject: |
branch master updated (32c055f -> 71b4974) |
Date: |
Sun, 7 Apr 2019 12:06:12 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 32c055f gnu: terminology: Run test suite.
new 1199da0 size: Optimize dependency size computation.
new b596c5f doc: Fix syntax of cross-manual references.
new 04d0aa9 installer: Simplify locale dialogs.
new 850ddf9 installer: Move the 'locale' step before the 'welcome'
step.
new cbd01cf installer: Use the normalized codeset in the 'locale'
field.
new d155777 installer: Fix wording for "Internet access."
new e8aa4e9 installer: Remove SLiM-specific instructions.
new 7598831 installer: Generalize desktop environments to system
services.
new 7d1030a installer: Add dialog to select networking services.
new 3613ce4 services: dropbear: Add default value.
new 71b4974 gnu: address@hidden: Move to ssh.scm.
The 11 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 | 10 ++--
gnu/installer.scm | 19 ++++----
gnu/installer/locale.scm | 21 +++++++-
gnu/installer/newt/locale.scm | 24 ++++------
gnu/installer/newt/network.scm | 4 +-
gnu/installer/newt/services.scm | 27 +++++++++--
gnu/installer/services.scm | 104 ++++++++++++++++++++++++++--------------
gnu/installer/steps.scm | 2 +-
gnu/packages/curl.scm | 18 -------
gnu/packages/ssh.scm | 18 +++++++
gnu/services/ssh.scm | 3 +-
guix/scripts/size.scm | 14 +++++-
12 files changed, 167 insertions(+), 97 deletions(-)
- branch master updated (32c055f -> 71b4974),
guix-commits <=
- 01/11: size: Optimize dependency size computation., guix-commits, 2019/04/07
- 03/11: installer: Simplify locale dialogs., guix-commits, 2019/04/07
- 07/11: installer: Remove SLiM-specific instructions., guix-commits, 2019/04/07
- 02/11: doc: Fix syntax of cross-manual references., guix-commits, 2019/04/07
- 05/11: installer: Use the normalized codeset in the 'locale' field., guix-commits, 2019/04/07
- 06/11: installer: Fix wording for "Internet access.", guix-commits, 2019/04/07
- 08/11: installer: Generalize desktop environments to system services., guix-commits, 2019/04/07
- 11/11: gnu: address@hidden: Move to ssh.scm., guix-commits, 2019/04/07
- 10/11: services: dropbear: Add default value., guix-commits, 2019/04/07
- 04/11: installer: Move the 'locale' step before the 'welcome' step., guix-commits, 2019/04/07