From fd5a9dacbb02dc7041dac3401d0dbdd2119216ae Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Thu, 24 Mar 2016 12:05:30 +0200 Subject: Disabled SSTATE_MIRRORS and PRE_MIRRORS. Removed Digia's internal servers from the default configuration. Change-Id: I18b3a87de50afe0f5a405b29ec3e327450b7c2a8 Reviewed-by: Samuli Piippo --- conf/local.conf.sample | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 0fdcdb7..d8c9255 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -252,21 +252,21 @@ BB_DISKMON_DIRS = "\ #SSTATE_MIRRORS ?= "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" -SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH" +#SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH" -PREMIRRORS = "\ -ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ -http://.*/.* http://yocto-cache.ci.local/sources/ \n \ -https://.*/.* http://yocto-cache.ci.local/sources/ \n \ -bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ -cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ -git://.*/.* http://yocto-cache.ci.local/sources/ \n \ -gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ -hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ -osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ -p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ -svk://.*/.* http://yocto-cache.ci.local/sources/ \n \ -svn://.*/.* http://yocto-cache.ci.local/sources/ \n" +#PREMIRRORS = "\ +#ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#http://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#https://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#git://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#svk://.*/.* http://yocto-cache.ci.local/sources/ \n \ +#svn://.*/.* http://yocto-cache.ci.local/sources/ \n" # # Qemu configuration -- cgit v1.2.3-54-g00ecf