[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (9ca5ff8 -> 272db5b)
From: |
guix-commits |
Subject: |
branch master updated (9ca5ff8 -> 272db5b) |
Date: |
Fri, 26 Apr 2019 08:19:45 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 9ca5ff8 bootstrap: Break automake dependency on generated files.
new 504a0fc accounts: Always honor the configured user account shell.
new 538b99f system: Provide a new VM image configuration.
new 6c849cd installer: Run wrapped program with 'execl', not 'system'.
new 9529f78 installer: Take 'guix system init' exit code into account.
new 98f0354 installer: Actually reboot when the user presses "Reboot."
new b57dd20 doc: Add 'BASE-URL' variable.
new 272db5b doc: Use ftp.gnu.org for downloads.
The 7 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 | 39 ++++++++++-----
gnu/build/accounts.scm | 9 ++--
gnu/installer.scm | 22 +++++++--
gnu/installer/final.scm | 5 +-
gnu/installer/newt/final.scm | 5 +-
gnu/installer/utils.scm | 26 ++++++++--
gnu/system/examples/vm-image.tmpl | 99 +++++++++++++++++++++++++--------------
7 files changed, 140 insertions(+), 65 deletions(-)
- branch master updated (9ca5ff8 -> 272db5b),
guix-commits <=
- 03/07: installer: Run wrapped program with 'execl', not 'system'., guix-commits, 2019/04/26
- 05/07: installer: Actually reboot when the user presses "Reboot.", guix-commits, 2019/04/26
- 04/07: installer: Take 'guix system init' exit code into account., guix-commits, 2019/04/26
- 06/07: doc: Add 'BASE-URL' variable., guix-commits, 2019/04/26
- 07/07: doc: Use ftp.gnu.org for downloads., guix-commits, 2019/04/26
- 01/07: accounts: Always honor the configured user account shell., guix-commits, 2019/04/26
- 02/07: system: Provide a new VM image configuration., guix-commits, 2019/04/26