All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] conf/distro/poky.conf: use google.com for connectivity check
@ 2016-01-26 14:20 Ross Burton
       [not found] ` <56A9CA3B.4000704@windriver.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Ross Burton @ 2016-01-26 14:20 UTC (permalink / raw)
  To: poky

Instead of pinging both the Yocto Project download site and bugzilla, just ping
google.com.

In my testing this reduces the time taken for connectivity checks from 3 seconds
to 0.15 seconds.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-yocto/conf/distro/poky.conf | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 39419d5..f3bea27 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -65,9 +65,7 @@ https://.*/.*    http://downloads.yoctoproject.org/mirror/sources/ \n"
 # the variable to be empty.
 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master
 
-CONNECTIVITY_CHECK_URIS ?= " \
-             https://eula-downloads.yoctoproject.org/index.php \
-             http://bugzilla.yoctoproject.org/report.cgi"
+CONNECTIVITY_CHECK_URIS ?= "http://google.com/"
 
 SANITY_TESTED_DISTROS ?= " \
             poky-1.7 \n \
-- 
2.6.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-29 10:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 14:20 [PATCH] conf/distro/poky.conf: use google.com for connectivity check Ross Burton
     [not found] ` <56A9CA3B.4000704@windriver.com>
2016-01-28  9:17   ` Burton, Ross
2016-01-28  9:29     ` Robert Yang
2016-01-28 10:16     ` Richard Purdie
2016-01-28 10:50       ` Burton, Ross
2016-01-29  1:41         ` Robert Yang
2016-01-29 10:48           ` Burton, Ross

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.