local-mirrors.conf: add mirror for sourceforge and re-tries for wget 79/5179/1
authorJackie Huang <jackie.huang@windriver.com>
Fri, 27 Nov 2020 10:01:17 +0000 (18:01 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Fri, 27 Nov 2020 10:22:53 +0000 (18:22 +0800)
commitb4bcd4a419be54110f505c197c2290fdffa3b826
tree3cab2dc977ea4737dca91b57c159623ea03e9acd
parent3c3d102c4cda2cb6e36b6a380dc39cfbf15690db
local-mirrors.conf: add mirror for sourceforge and re-tries for wget

The downloads.sourceforge.net is unstable sometimes so the do_fetch
may fail for some packages, do the following to avoid that:

- add two mirror url so it will try to download from mirror url
  when downloads.sourceforge.net is unavailable.

- re-define the FETCHCMD_wget to add more re-tries (2 -> 5) and
  longer timeout (30 -> 60).

Issue-ID: INF-211
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ic6c9868fc1f2c470fe53a76e54a022dfc41c4589
scripts/configs/local-mirrors.conf