guix/nix/libstore
Ludovic Courtès 0fe1fba4af
daemon: Install 'authenticate' script under LIBEXECDIR/guix.
That way it is handled in the same way as other helper scripts.

* nix/scripts/guix-authenticate.in: Rename to...
* nix/scripts/authenticate.in: ... this.
* config-daemon.ac: Adjust accordingly.
* nix/local.mk (libstore_a_CPPFLAGS): Remove -DOPENSSL_PATH.
(nodist_libexec_SCRIPTS): Remove.
(nodist_pkglibexec_SCRIPTS): New variable.
* nix/nix-daemon/guix-daemon.cc (main): Remove 'setenv' call for
"PATH".
* nix/libstore/local-store.cc (runAuthenticationProgram): New function.
(LocalStore::exportPath, LocalStore::importPath): Use it instead of
'runProgram' and OPENSSL_PATH.
2018-11-14 21:34:08 +01:00
..
.gitignore
build.cc daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00
builtins.cc perform-download: Optionally report a "download-progress" trace. 2018-09-27 23:21:53 +02:00
builtins.hh
derivations.cc
derivations.hh
gc.cc
globals.cc daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00
globals.hh daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00
local-store.cc daemon: Install 'authenticate' script under LIBEXECDIR/guix. 2018-11-14 21:34:08 +01:00
local-store.hh daemon: Remove unused schema upgrade code. 2018-03-30 23:42:07 +02:00
misc.cc daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
misc.hh daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
optimise-store.cc
pathlocks.cc
pathlocks.hh
references.cc
references.hh
sqlite.cc
sqlite.hh
store-api.cc Remove 'guix-register' and its traces. 2018-06-14 11:17:00 +02:00
store-api.hh Remove 'guix-register' and its traces. 2018-06-14 11:17:00 +02:00
worker-protocol.hh daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00