diff options
author | Christopher Baines <mail@cbaines.net> | 2021-05-15 11:02:36 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-06-18 11:25:41 +0100 |
commit | 4985a4272497bf9ba87a2190353d915da9b55906 (patch) | |
tree | b00ee37b328b576938926126a695348ae2c299a8 /config-daemon.ac | |
parent | 555d14eba701014da257f6d4d58d7e564713bb88 (diff) | |
download | guix-4985a4272497bf9ba87a2190353d915da9b55906.tar guix-4985a4272497bf9ba87a2190353d915da9b55906.tar.gz |
Start enabling substitutes from bordeaux.guix.gnu.org.
In addition to substitutes from ci.guix.gnu.org. There are more changes that
can be made in the future, but these changes seem like a good start.
* config-daemon.ac (guix_substitute_urls): Add https://bordeaux.guix.gnu.org.
* guix/scripts/substitute.scm (%default-substitute-urls): Add
http://bordeaux.guix.gnu.org.
* guix/store.scm (%default-substitute-urls): Add bordeaux.guix.gnu.org.
* doc/guix.texi: Adjust accordingly.
* doc/contributing.texi: Adjust accordingly.
Diffstat (limited to 'config-daemon.ac')
-rw-r--r-- | config-daemon.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-daemon.ac b/config-daemon.ac index 85caee269b..5ddc740600 100644 --- a/config-daemon.ac +++ b/config-daemon.ac @@ -117,7 +117,7 @@ if test "x$guix_build_daemon" = "xyes"; then dnl Determine the appropriate default list of substitute URLs (GnuTLS dnl is required so we can default to 'https'.) - guix_substitute_urls="https://ci.guix.gnu.org" + guix_substitute_urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org" AC_MSG_CHECKING([for default substitute URLs]) AC_MSG_RESULT([$guix_substitute_urls]) |