guix-kreyren/guix
Ludovic Courtès 71e2065a38 substitute: Honor client-provided empty URL list.
Before that, 'guix build --substitute-urls=""' would lead to using the
daemon's own URL list instead of the empty list.  The 'or*' hack, which
is to blame, had become unnecessary since commit
fb4bf72be3fbc23bca35ba4b842b7e1517ef0e3a.

Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/substitute.scm (or*): Remove.
(%cache-urls): Use 'or' instead of 'or*'.
* tests/store.scm ("substitute query, alternating URLs"): Add test with
empty URL list.
* doc/guix.texi (Common Build Options): Mention the empty string.
2016-03-16 18:34:53 +01:00
..
build build: Add Ant build system. 2016-03-14 12:36:49 +01:00
build-system build: Add Ant build system. 2016-03-14 12:36:49 +01:00
import import: snix: Use the right 'package-name->name+version'. 2016-03-06 23:16:35 +01:00
scripts substitute: Honor client-provided empty URL list. 2016-03-16 18:34:53 +01:00
base32.scm
base64.scm
build-system.scm
config.scm.in
cpio.scm
cve.scm cve: Read entire CVE databases for the current year and the past year. 2016-03-11 16:33:50 +01:00
cvs-download.scm
derivations.scm
download.scm
elf.scm
ftp-client.scm
gcrypt.scm
gexp.scm
git-download.scm
gnu-maintenance.scm
gnupg.scm
grafts.scm grafts: Update the narinfo cache before building a derivation. 2016-03-14 23:34:33 +01:00
graph.scm
hash.scm
http-client.scm http-client: No 'setvbuf' for non-file ports. 2016-03-16 11:27:37 +01:00
licenses.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm packages: Cache the result of 'input-grafts'. 2016-03-08 00:01:13 +01:00
pk-crypto.scm
pki.scm
profiles.scm
records.scm
scripts.scm
search-paths.scm
serialization.scm
sets.scm
store.scm build: Default to "https://mirror.hydra.gnu.org/" for substitutes. 2016-03-16 11:27:37 +01:00
svn-download.scm
tests.scm
ui.scm ui: Do not call 'port-filename' on closed file ports. 2016-03-09 23:47:49 +01:00
upstream.scm upstream: Fix 'signature-urls' coalescing. 2016-03-09 15:08:00 +01:00
utils.scm