[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (00bfd49 -> fb3af75)
From: |
Ludovic Courtès |
Subject: |
branch master updated (00bfd49 -> fb3af75) |
Date: |
Mon, 17 Oct 2016 22:01:55 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 00bfd49 gnu: tor: Update to 0.2.8.9.
new 5cf01aa guix build: Extract '--with-input' replacement spec
parsing.
new 31c2fd1 guix build: Factorize transformation option parsing.
new 645b9df guix build: Add '--with-graft'.
new 3d47aa8 grafts: Apply the right grafts in the presence of
multiple outputs.
new fb3af75 grafts: Remove unnecessary 'umask' call.
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:
doc/guix.texi | 24 ++++++++++++++
guix/build/graft.scm | 5 ---
guix/grafts.scm | 15 +++++++--
guix/scripts/build.scm | 84 +++++++++++++++++++++++++++++++----------------
tests/grafts.scm | 48 +++++++++++++++++++++++++++
tests/scripts-build.scm | 19 +++++++++++
6 files changed, 159 insertions(+), 36 deletions(-)
- branch master updated (00bfd49 -> fb3af75),
Ludovic Courtès <=
- 02/05: guix build: Factorize transformation option parsing., Ludovic Courtès, 2016/10/17
- 05/05: grafts: Remove unnecessary 'umask' call., Ludovic Courtès, 2016/10/17
- 01/05: guix build: Extract '--with-input' replacement spec parsing., Ludovic Courtès, 2016/10/17
- 03/05: guix build: Add '--with-graft'., Ludovic Courtès, 2016/10/17
- 04/05: grafts: Apply the right grafts in the presence of multiple outputs., Ludovic Courtès, 2016/10/17