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:
@@ -29,12 +29,12 @@ os_fedora_prelude ()
|
||||
chef_set_note(this, NULL, NULL);
|
||||
|
||||
def_sources_begin()
|
||||
{&upstream, "http://download.example/pub/fedora/linux", DelegateToUpstream},
|
||||
{&Ali, "https://mirrors.aliyun.com/fedora", DelegateToMirror},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/fedora", DelegateToMirror},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/fedora", DelegateToMirror},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/fedora", DelegateToMirror},
|
||||
{&Tencent, "https://mirrors.tencent.com/fedora", DelegateToMirror}
|
||||
{&UpstreamProvider, "http://download.example/pub/fedora/linux", DelegateToUpstream},
|
||||
{&Ali, "https://mirrors.aliyun.com/fedora", DelegateToMirror},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/fedora", DelegateToMirror},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/fedora", DelegateToMirror},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/fedora", DelegateToMirror},
|
||||
{&Tencent, "https://mirrors.tencent.com/fedora", DelegateToMirror}
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora", DelegateToMirror},
|
||||
|
||||
/* 不启用原因:过慢 */
|
||||
|
Reference in New Issue
Block a user