From d2559ef8fabecae7f8e352c8345eb6e685af925d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 25 Nov 2015 12:27:23 +0200 Subject: use internal PREMIRRORS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ci-files01-hki.ci.local has a shared download folder that can be used as a PREMIRROR. This should save a lot of out going network traffic when running in CI. Change-Id: I1f81a547ee12d8f37de58228272a87d7cc93e736 Reviewed-by: Tony Sarajärvi Reviewed-by: Teemu Holappa --- conf/local.conf.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 595aaae..991cefc 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -254,6 +254,19 @@ BB_DISKMON_DIRS = "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" +PREMIRRORS = "\ +ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +http://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +https://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +bzr://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +cvs://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +git://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +gitsm://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +hg://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +osc://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +p4://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +svk://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ +svn://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n" # # Qemu configuration -- cgit v1.2.3-54-g00ecf