[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (1f43445 -> 614c218)
From: |
Ludovic Courtès |
Subject: |
branch master updated (1f43445 -> 614c218) |
Date: |
Wed, 25 Mar 2015 09:46:36 +0000 |
civodul pushed a change to branch master
in repository guix.
from 1f43445 gnu: python: Do not use patchelf.
new 3681db5 derivations: Add a 'cut?' parameter to
'derivation-prerequisites'.
new c3a450f derivations: 'substitution-oracle' now ignores sub-trees
that are valid.
new 2c74fde Rename 'guix substitute-binary' to 'guix substitute'.
new 614c218 substitute: Rename cache directory from
"substitute-binary" to "substitute".
The 4 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:
.gitignore | 2 +-
Makefile.am | 4 +-
config-daemon.ac | 4 +-
daemon.am | 2 +-
guix/derivations.scm | 38 ++++++++++---
.../{substitute-binary.scm => substitute.scm} | 16 +++---
guix/tests.scm | 4 +-
guix/ui.scm | 2 +-
nix/scripts/substitute-binary.in | 11 ----
nix/scripts/substitute.in | 11 ++++
pre-inst-env.in | 2 +-
tests/derivations.scm | 14 +++++
tests/store.scm | 12 ++--
tests/{substitute-binary.scm => substitute.scm} | 58 ++++++++++----------
14 files changed, 108 insertions(+), 72 deletions(-)
rename guix/scripts/{substitute-binary.scm => substitute.scm} (98%)
delete mode 100644 nix/scripts/substitute-binary.in
create mode 100644 nix/scripts/substitute.in
rename tests/{substitute-binary.scm => substitute.scm} (85%)
- branch master updated (1f43445 -> 614c218),
Ludovic Courtès <=