All recipes use UpstreamProvider

This commit is contained in:
Aoran Zeng
2025-08-11 03:43:17 +08:00
parent 1be3dc2a0b
commit 24a0aff66d
59 changed files with 274 additions and 277 deletions

View File

@@ -30,7 +30,7 @@ os_ubuntu_prelude ()
chef_set_note(this, NULL, NULL);
def_sources_begin()
{&upstream, "http://archive.ubuntu.com/ubuntu/", FeedByPrelude}, /* 不支持https */
{&UpstreamProvider, "http://archive.ubuntu.com/ubuntu/", FeedByPrelude}, /* 不支持https */
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/",FeedByPrelude},
{&Ali, "https://mirrors.aliyun.com/ubuntu",FeedByPrelude},
{&Volcengine, "https://mirrors.volces.com/ubuntu",FeedByPrelude},