Skip to content
Snippets Groups Projects
Commit edbbcf9a authored by Esben Haabendal's avatar Esben Haabendal
Browse files

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: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 693d65da
No related branches found
No related tags found
1 merge request!1Initial code import
...@@ -70,3 +70,8 @@ RM_WORK_EXCLUDE += "qemu-helper-native" ...@@ -70,3 +70,8 @@ RM_WORK_EXCLUDE += "qemu-helper-native"
# #
#INHERIT += "own-mirrors" #INHERIT += "own-mirrors"
#SOURCE_MIRROR_URL = "http://114.116.235.68/source-mirror" #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 "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment