guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (d2cef62 -> 4a6aeb6)


From: Ludovic Courtès
Subject: branch master updated (d2cef62 -> 4a6aeb6)
Date: Thu, 02 Jul 2015 22:31:10 +0000

civodul pushed a change to branch master
in repository guix.

      from  d2cef62   scripts: environment: Return the exit status of the 
command.
       new  322eeb8   Merge branch 'nix'.
       new  4a6aeb6   derivations: Add #:substitutable?, distinguished from 
#:local-build?.

The 2 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                |   15 +++++++---
 guix/build-system/gnu.scm    |   10 +-----
 guix/derivations.scm         |   29 +++++++++++++------
 guix/download.scm            |    4 +-
 guix/gexp.scm                |    5 ++-
 guix/git-download.scm        |    1 +
 nix/libstore/build.cc        |   62 +++++++++++++++++++++++------------------
 nix/libstore/derivations.cc  |    9 ++++++
 nix/libstore/derivations.hh  |    1 +
 nix/libstore/gc.cc           |   31 +++++++++++++++-----
 nix/libstore/globals.cc      |    2 +-
 nix/libstore/local-store.cc  |   18 +++++++++---
 nix/libstore/misc.cc         |    4 +-
 nix/libstore/misc.hh         |    2 +
 nix/libutil/util.cc          |   11 +++----
 nix/libutil/util.hh          |    2 +-
 nix/nix-daemon/nix-daemon.cc |    5 +---
 tests/derivations.scm        |   44 +++++++++++++++++++++++++-----
 18 files changed, 169 insertions(+), 86 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]