summaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-05-15 11:02:36 +0100
committerChristopher Baines <mail@cbaines.net>2021-06-18 11:25:41 +0100
commit4985a4272497bf9ba87a2190353d915da9b55906 (patch)
treeb00ee37b328b576938926126a695348ae2c299a8 /config-daemon.ac
parent555d14eba701014da257f6d4d58d7e564713bb88 (diff)
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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-daemon.ac b/config-daemon.ac
index 85caee269be..5ddc740600c 100644
--- a/config-daemon.ac
+++ b/config-daemon.ac
@@ -117,7 +117,7 @@ if test "x$guix_build_daemon" = "xyes"; then
117 117
118 dnl Determine the appropriate default list of substitute URLs (GnuTLS 118 dnl Determine the appropriate default list of substitute URLs (GnuTLS
119 dnl is required so we can default to 'https'.) 119 dnl is required so we can default to 'https'.)
120 guix_substitute_urls="https://ci.guix.gnu.org" 120 guix_substitute_urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org"
121 121
122 AC_MSG_CHECKING([for default substitute URLs]) 122 AC_MSG_CHECKING([for default substitute URLs])
123 AC_MSG_RESULT([$guix_substitute_urls]) 123 AC_MSG_RESULT([$guix_substitute_urls])