[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f4dc22b -> 8074b33)
From: |
Ludovic Courtès |
Subject: |
branch master updated (f4dc22b -> 8074b33) |
Date: |
Sun, 6 Nov 2016 17:13:57 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from f4dc22b gnu: nmap: Update to 7.31.
new 3382bfe system: Avoid using device paths in <menu-entry> device
field.
new 9008deb profiles: Extract a procedure for getting relative
generation numbers.
new 45e39ee system: Rename previous-grub-entries to
profile-grub-entries.
new aff7280 system: Optionally limit the entries returned by
profile-grub-entries.
new 1e17a2d install: Extract procedure: install-grub-config.
new 8074b33 system: Add 'guix system' actions: switch-generation and
roll-back.
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:
doc/guix.texi | 51 +++++++++++++++++++++-
gnu/build/install.scm | 23 ++++++----
gnu/system.scm | 22 +++++++---
guix/profiles.scm | 19 +++++++++
guix/scripts/package.scm | 8 +---
guix/scripts/system.scm | 106 +++++++++++++++++++++++++++++++++++++++++-----
6 files changed, 196 insertions(+), 33 deletions(-)
- branch master updated (f4dc22b -> 8074b33),
Ludovic Courtès <=
- 01/06: system: Avoid using device paths in <menu-entry> device field., Ludovic Courtès, 2016/11/06
- 03/06: system: Rename previous-grub-entries to profile-grub-entries., Ludovic Courtès, 2016/11/06
- 04/06: system: Optionally limit the entries returned by profile-grub-entries., Ludovic Courtès, 2016/11/06
- 05/06: install: Extract procedure: install-grub-config., Ludovic Courtès, 2016/11/06
- 02/06: profiles: Extract a procedure for getting relative generation numbers., Ludovic Courtès, 2016/11/06
- 06/06: system: Add 'guix system' actions: switch-generation and roll-back., Ludovic Courtès, 2016/11/06