Skip to content

Commit 4ef45e5

Browse files
committed
default: add ci.bobbuildtool.dev as fallback mirror
Most source packages of the recipes are mirrored there. Sometimes the original sites have a hiccup. Improve the user experience by providing some fallback.
1 parent d8717bb commit 4ef45e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

default.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ fallbackMirrorAppend:
4545
- scm: url
4646
url: "https://www.openssl.org/source/openssl-([0-9]+\\.[0-9]+)(.+)"
4747
mirror: "https://www.openssl.org/source/old/\\1/openssl-\\1\\2"
48+
# Most sources are mirrored on ci.bobbuildtool.dev too...
49+
- scm: url
50+
url: "https?://(.*)"
51+
mirror: "https://ci.bobbuildtool.dev/mirror/\\1"
4852

4953
include:
5054
- user

0 commit comments

Comments
 (0)