guix-commits
[Top][All Lists]
Advanced

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

branch master updated (7fcc2f9 -> cc98b00)


From: guix-commits
Subject: branch master updated (7fcc2f9 -> cc98b00)
Date: Sun, 8 Sep 2019 06:02:41 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  7fcc2f9   gnu: Add fmit.
       new  2e3e5d2   daemon: Invoke 'guix gc --list-busy' instead of 
'list-runtime-roots'.
       new  0c684b7   daemon: Run 'guix authenticate' directly.
       new  9fcc35c   daemon: Run 'guix perform-download' directly.
       new  bc69ea2   daemon: Run 'guix offload' directly.
       new  f6919eb   daemon: Run 'guix substitute' directly and assume a 
single substituter.
       new  82f903e   daemon: Remove 'NIX_LIBEXEC_DIR'.
       new  cc98b00   etc: Remove references to libexec/guix* from SELinux 
policy.

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:
 build-aux/pre-inst-env.in         |  14 +---
 config-daemon.ac                  |  11 ---
 doc/guix.texi                     |   4 ++
 etc/guix-daemon.cil.in            |   4 --
 guix/scripts/gc.scm               |  15 ++++
 guix/store/roots.scm              | 129 ++++++++++++++++++++++++++++++++-
 nix/libstore/build.cc             |  63 +++++++---------
 nix/libstore/builtins.cc          |   4 +-
 nix/libstore/gc.cc                |  11 ++-
 nix/libstore/globals.cc           |   2 +-
 nix/libstore/globals.hh           |  11 +--
 nix/libstore/local-store.cc       | 102 ++++++++++++++------------
 nix/libstore/local-store.hh       |  12 ++--
 nix/local.mk                      |  16 -----
 nix/nix-daemon/guix-daemon.cc     |  20 +-----
 nix/nix-daemon/nix-daemon.cc      |  16 ++++-
 nix/scripts/authenticate.in       |  11 ---
 nix/scripts/download.in           |  11 ---
 nix/scripts/list-runtime-roots.in | 147 --------------------------------------
 nix/scripts/offload.in            |  11 ---
 nix/scripts/substitute.in         |  11 ---
 21 files changed, 260 insertions(+), 365 deletions(-)
 delete mode 100644 nix/scripts/authenticate.in
 delete mode 100644 nix/scripts/download.in
 delete mode 100644 nix/scripts/list-runtime-roots.in
 delete mode 100644 nix/scripts/offload.in
 delete mode 100644 nix/scripts/substitute.in



reply via email to

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