From ea019e9a269ae35fdf8861485fe16e622f8293f6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 7 May 2013 15:37:28 +0200 Subject: Add option ‘extra-binary-caches’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows providing additional binary caches, useful in scripts like Hydra's build reproduction scripts, in particular because untrusted caches are ignored. --- doc/manual/conf-file.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index 4629e8eae0c1..932c339ebb61 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -350,13 +350,25 @@ flag, e.g. --option gc-keep-outputs false. whitespace. These are not used by default, but can be enabled by users of the Nix daemon by specifying --option binary-caches urls on the - command line. Daemon users are only allowed to pass a subset of - the URLs listed in binary-caches and + command line. Unprivileged users are only allowed to pass a + subset of the URLs listed in binary-caches and trusted-binary-caches. + extra-binary-caches + + Additional binary caches appended to those + specified in and + . When used by unprivileged + users, untrusted binary caches (i.e. those not listed in + ) are silently + ignored. + + + + binary-caches-parallel-connections The maximum number of parallel HTTP connections -- cgit 1.4.1