local-mirrors: add mirror for openstack repos 18/9118/1
authorJackie Huang <jackie.huang@windriver.com>
Wed, 28 Sep 2022 02:53:32 +0000 (10:53 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Wed, 28 Sep 2022 03:18:01 +0000 (11:18 +0800)
For some of the openstack repos, the branch stable/pike
is removed from upstream (in github) and can't be fetch
any more, so add a mirror for them.

Issue-ID: INF-297

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I51ec83f12db919828832883efc73853a04143802

scripts/build_inf_yocto/configs/local-mirrors.conf

index 91c13a5..14884d6 100644 (file)
@@ -9,6 +9,7 @@ MIRRORS += "\
     ${SOURCEFORGE_MIRROR}         https://iweb.dl.sourceforge.net \n \
     ${SOURCEFORGE_MIRROR}         https://pilotfiber.dl.sourceforge.net \n \
     https://www.haproxy.org/download/ https://mirrors.huaweicloud.com/haproxy/ \n \
+    git://github.com/openstack/.*   git://gitee.com/mirrors/BASENAME;protocol=https \n \
 "
 
 # Add more re-tries and timeout for wget