From edbbcf9afa2bbd97d1d50752cbb715cbe958b03f Mon Sep 17 00:00:00 2001 From: Esben Haabendal <esben.haabendal@huawei.com> Date: Wed, 27 Apr 2022 12:47:28 +0200 Subject: [PATCH] local.conf.sample: Enable github.com/openharmony mirror This enables fallback to github mirror of the OpenHarmony repositories by default, which should help improve reliability of fetching OpenHarmony repositories. Signed-off-by: Esben Haabendal <esben.haabendal@huawei.com> --- conf/local.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 51b8806c..46651f1b 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -70,3 +70,8 @@ RM_WORK_EXCLUDE += "qemu-helper-native" # #INHERIT += "own-mirrors" #SOURCE_MIRROR_URL = "http://114.116.235.68/source-mirror" + +# +# Use out-of-China mirror of OpenHarmony git repositories. +# +MIRRORS:prepend = "git://gitee.com/openharmony/ git://github.com/openharmony/ \n " -- GitLab