[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4828ff9 -> 1075b43)
From: |
Ludovic Courtès |
Subject: |
branch master updated (4828ff9 -> 1075b43) |
Date: |
Mon, 04 Jan 2016 23:28:58 +0000 |
civodul pushed a change to branch master
in repository guix.
from 4828ff9 gnu: gtk+: Add patch to support GUIX_GTK3_PATH.
new 35a6dab git-download: Correctly implement recursive checkouts.
new d28ef43 ui: Update copyright year in '--version' output.
new db5a944 guix package: Allow multiple '--search' flags.
new 94af9da services: boot: Reinstate /tmp and /var/run deletion.
new be7be9e services: Move /tmp cleanup to a separate service.
new fb74174 linux-boot: Remove verbose output for module loads.
new fe542b9 gnu: emacs: Remove 'info.info'.
new 1075b43 gnu: Add emacs-undo-tree.
The 8 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 | 17 ++++++++++++-
gnu/build/linux-boot.scm | 3 +-
gnu/build/linux-modules.scm | 2 +-
gnu/packages/emacs.scm | 45 ++++++++++++++++++++++++++------
gnu/services.scm | 58 +++++++++++++++++++++++++++++-------------
gnu/system.scm | 8 ++++-
guix/build/git.scm | 43 +++++++++++++++++--------------
guix/scripts/package.scm | 33 +++++++++++++++---------
guix/ui.scm | 4 +-
tests/guix-package.sh | 20 ++++++++++++--
10 files changed, 163 insertions(+), 70 deletions(-)
- branch master updated (4828ff9 -> 1075b43),
Ludovic Courtès <=
- 02/08: ui: Update copyright year in '--version' output., Ludovic Courtès, 2016/01/04
- 04/08: services: boot: Reinstate /tmp and /var/run deletion., Ludovic Courtès, 2016/01/04
- 03/08: guix package: Allow multiple '--search' flags., Ludovic Courtès, 2016/01/04
- 01/08: git-download: Correctly implement recursive checkouts., Ludovic Courtès, 2016/01/04
- 05/08: services: Move /tmp cleanup to a separate service., Ludovic Courtès, 2016/01/04
- 06/08: linux-boot: Remove verbose output for module loads., Ludovic Courtès, 2016/01/04
- 07/08: gnu: emacs: Remove 'info.info'., Ludovic Courtès, 2016/01/04
- 08/08: gnu: Add emacs-undo-tree., Ludovic Courtès, 2016/01/04