From: Jackie Huang Date: Thu, 9 Dec 2021 07:26:57 +0000 (+0800) Subject: local-mirrors.conf: add a downlaod mirror for haproxy X-Git-Tag: f-release~122 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=18c5a06ba4ed8ffe84bcd5295283ca81a6e5c179;p=pti%2Frtp.git local-mirrors.conf: add a downlaod mirror for haproxy Add a downlaod mirror for haproxy to avoid the do_fetch failure when the upstream one is corrupted. Issue-ID: INF-245 Signed-off-by: Jackie Huang Change-Id: If71f047a2b27427ca63fc2f149dff5eae3d6c302 --- diff --git a/scripts/configs/local-mirrors.conf b/scripts/configs/local-mirrors.conf index b54586b..91c13a5 100644 --- a/scripts/configs/local-mirrors.conf +++ b/scripts/configs/local-mirrors.conf @@ -8,6 +8,7 @@ MIRRORS += "\ git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=http \n \ ${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 \ " # Add more re-tries and timeout for wget