mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
All recipes use UpstreamProvider
This commit is contained in:
@@ -25,7 +25,7 @@ os_msys2_prelude ()
|
||||
chef_forbid_user_define(this);
|
||||
|
||||
def_sources_begin()
|
||||
{&upstream, NULL, DelegateToUpstream},
|
||||
{&UpstreamProvider, NULL, DelegateToUpstream},
|
||||
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},
|
||||
|
Reference in New Issue
Block a user