[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (8584965 -> 47a6032)
From: |
Ludovic Courtès |
Subject: |
branch master updated (8584965 -> 47a6032) |
Date: |
Thu, 10 May 2018 08:54:20 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 8584965 gnu: gajim: Fix GtkFileChooserDialog.
new dac1c97 union: Add 'relative-file-name'.
new e00ade3 profiles: Optionally use relative file names for symlink
targets.
new 3636b1c profiles: Allow lowerable objects other than packages in
<manifest-entry>.
new 54fd5ad search-paths: Add 'set-search-paths'.
new 47a6032 pack: Add '--relocatable'.
The 5 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:
Makefile.am | 3 +-
doc/guix.texi | 42 +++++
gnu/packages/aux-files/run-in-namespace.c | 264 ++++++++++++++++++++++++++++++
guix/build/profiles.scm | 14 +-
guix/build/union.scm | 48 +++++-
guix/profiles.scm | 19 ++-
guix/scripts/pack.scm | 182 +++++++++++++++++++-
guix/search-paths.scm | 15 +-
tests/guix-pack.sh | 10 +-
tests/profiles.scm | 46 ++++++
tests/union.scm | 18 ++
tests/utils.scm | 2 +-
12 files changed, 638 insertions(+), 25 deletions(-)
create mode 100644 gnu/packages/aux-files/run-in-namespace.c
- branch master updated (8584965 -> 47a6032),
Ludovic Courtès <=
- 03/05: profiles: Allow lowerable objects other than packages in <manifest-entry>., Ludovic Courtès, 2018/05/10
- 04/05: search-paths: Add 'set-search-paths'., Ludovic Courtès, 2018/05/10
- 01/05: union: Add 'relative-file-name'., Ludovic Courtès, 2018/05/10
- 02/05: profiles: Optionally use relative file names for symlink targets., Ludovic Courtès, 2018/05/10
- 05/05: pack: Add '--relocatable'., Ludovic Courtès, 2018/05/10