[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (329d13b -> 8ac0368)
From: |
Ludovic Courtès |
Subject: |
branch master updated (329d13b -> 8ac0368) |
Date: |
Wed, 10 Jun 2015 12:00:43 +0000 |
civodul pushed a change to branch master
in repository guix.
from 329d13b gnu: mysql: Update to 5.6.25.
new 80cd1d8 doc: Add 'help2man' to HACKING.
new 7522a01 ui: Replace the global 'symlink' binding.
new aea9b23 install: Really overwrite
TARGET/var/guix/profiles/system-1-link.
new 78acff7 guix system: init: Overwrite the items in the target
store.
new 4ae1fe1 tests: Make the daemon socket explicit in guix-register
test.
new 3697558 guix-register: Perform deduplication even when --prefix
is passed.
new 8ac0368 guix-register: Use C++11 range 'for' loop instead of
'foreach' macro.
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:
HACKING | 1 +
gnu/build/install.scm | 16 ++++++++++--
guix/scripts/system.scm | 7 +++++
guix/ui.scm | 5 ++-
nix/guix-register/guix-register.cc | 16 +++++++++---
tests/guix-register.sh | 46 +++++++++++++++++++++++++++++------
6 files changed, 74 insertions(+), 17 deletions(-)
- branch master updated (329d13b -> 8ac0368),
Ludovic Courtès <=
- 05/07: tests: Make the daemon socket explicit in guix-register test., Ludovic Courtès, 2015/06/10
- 02/07: ui: Replace the global 'symlink' binding., Ludovic Courtès, 2015/06/10
- 04/07: guix system: init: Overwrite the items in the target store., Ludovic Courtès, 2015/06/10
- 07/07: guix-register: Use C++11 range 'for' loop instead of 'foreach' macro., Ludovic Courtès, 2015/06/10
- 06/07: guix-register: Perform deduplication even when --prefix is passed., Ludovic Courtès, 2015/06/10
- 03/07: install: Really overwrite TARGET/var/guix/profiles/system-1-link., Ludovic Courtès, 2015/06/10
- 01/07: doc: Add 'help2man' to HACKING., Ludovic Courtès, 2015/06/10