all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Testing CloudFront for distribution of substitutes on ci.guix.info
@ 2019-01-17 23:11 Ricardo Wurmus
  0 siblings, 0 replies; only message in thread
From: Ricardo Wurmus @ 2019-01-17 23:11 UTC (permalink / raw)
  To: info-guix, guix-devel

Hi Guix,

in order to improve availability of binary substitutes and download
speeds for many users, we will experiment with Amazon’s CloudFront CDN
service for https://ci.guix.info.  Note that this only concerns the
distribution of substitutes; builds still happen on the same build farm
as before, berlin.guixsd.org.

Starting on Wednesday 23 at 01:15 UTC requests for substitutes that are
sent to https://ci.guix.info will be served by the CDN instead.  This
experiment is expected to last up to one month.  The maintainers and
Guix system administrators will re-evaluate the use of a CDN for
ci.guix.info at that point.

If you prefer to bypass the CDN you can connect to
https://berlin.guixsd.org directly as before.  On a Guix system you can
override the list of default substitute servers with this services
value:

(modify-services %desktop-services
  (guix-service-type
   config => (guix-configuration
              (inherit config)
              (substitute-urls
               (list "https://berlin.guixsd.org")))))

--
Ricardo
on behalf of the Guix maintainers

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-17 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 23:11 Testing CloudFront for distribution of substitutes on ci.guix.info Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.