From 18c5a06ba4ed8ffe84bcd5295283ca81a6e5c179 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 9 Dec 2021 15:26:57 +0800 Subject: [PATCH] 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 --- scripts/configs/local-mirrors.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6