mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 06:15:28 +08:00
Update sources
This commit is contained in:
parent
97ae3af72c
commit
e66cff3686
|
@ -85,32 +85,64 @@ Nju = {"nju", "NJU", "南京大学开源镜像站",
|
|||
* 商业公司提供的源
|
||||
*/
|
||||
MirrorSite
|
||||
Ali = {"ali", "Ali OPSX", "阿里巴巴开源镜像站", "https://developer.aliyun.com/mirror/",
|
||||
"https://mirrors.aliyun.com/deepin-cd" Big_File_deepin},
|
||||
Ali = {
|
||||
"ali", "Ali OPSX Public", "阿里巴巴开源镜像站(公网)",
|
||||
"https://developer.aliyun.com/mirror/",
|
||||
"https://mirrors.aliyun.com/deepin-cd" Big_File_deepin},
|
||||
|
||||
Tencent = {"tencent", "Tencent", "腾讯软件源(公网)", "https://mirrors.tencent.com/",
|
||||
"https://mirrors.cloud.tencent.com/debian" Big_File_debian},
|
||||
/*
|
||||
// https://mirrors.cloud.aliyuncs.com/
|
||||
Ali_ECS_VPC = {
|
||||
"ali-ECS-VPC", "Ali OPSX ECS VPC", "阿里巴巴开源镜像站(ECS VPC网络)",
|
||||
"https://developer.aliyun.com/mirror/",
|
||||
"https://mirrors.cloud.aliyuncs.com/deepin-cd" Big_File_deepin},
|
||||
|
||||
Tencent_Intra = {"tencent-intra", "Tencent Intranet", "腾讯软件源(内网)", "https://mirrors.tencentyun.com/",
|
||||
"https://mirrors.cloud.tencentyun.com/debian" Big_File_debian},
|
||||
// https://mirrors.aliyuncs.com/
|
||||
Ali_ECS_classic = {
|
||||
"ali-ECS", "Ali OPSX ECS", "阿里巴巴开源镜像站(ECS 经典网络)",
|
||||
"https://developer.aliyun.com/mirror/",
|
||||
"https://mirrors.aliyuncs.com/deepin-cd" Big_File_deepin},
|
||||
*/
|
||||
|
||||
Huawei = {"huawei", "Huawei Cloud", "华为开源镜像站", "https://mirrors.huaweicloud.com/",
|
||||
"https://mirrors.huaweicloud.com/debian" Big_File_debian },
|
||||
Tencent = {
|
||||
"tencent", "Tencent Public", "腾讯软件源(公网)", "https://mirrors.tencent.com/",
|
||||
"https://mirrors.cloud.tencent.com/debian" Big_File_debian},
|
||||
|
||||
Volcengine = {"volc", "Volcengine", "火山引擎开源软件镜像站", "https://developer.volcengine.com/mirror/",
|
||||
"https://mirrors.volces.com/debian" Big_File_debian },
|
||||
/*
|
||||
Tencent_Intra = {
|
||||
"tencent-intra", "Tencent Intranet", "腾讯软件源(内网)", "https://mirrors.tencent.com/",
|
||||
"https://mirrors.cloud.tencentyun.com/debian" Big_File_debian},
|
||||
*/
|
||||
|
||||
Netease = {"netease", "Netease", "网易开源镜像站", "https://mirrors.163.com/",
|
||||
"https://mirrors.163.com/deepin-cd" Big_File_deepin},
|
||||
Huawei = {"huawei", "Huawei Cloud", "华为开源镜像站", "https://mirrors.huaweicloud.com/",
|
||||
"https://mirrors.huaweicloud.com/debian" Big_File_debian },
|
||||
|
||||
Sohu = {"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",
|
||||
"https://mirrors.sohu.com/deepin-cd" Big_File_deepin};
|
||||
Volcengine = {
|
||||
"volc", "Volcengine", "火山引擎开源软件镜像站(公网)",
|
||||
"https://developer.volcengine.com/mirror/",
|
||||
"https://mirrors.volces.com/debian" Big_File_debian },
|
||||
/*
|
||||
Volceengine_Intra = {
|
||||
"volc-intra", "Volcengine Intranet", "火山引擎开源软件镜像站(内网)",
|
||||
"https://developer.volcengine.com/mirror/",
|
||||
"https://mirrors.ivolces.com/debian" Big_File_debian },
|
||||
*/
|
||||
|
||||
Netease = {
|
||||
"netease", "Netease", "网易开源镜像站",
|
||||
"https://mirrors.163.com/",
|
||||
"https://mirrors.163.com/deepin-cd" Big_File_deepin},
|
||||
|
||||
Sohu = {
|
||||
"sohu", "SOHU", "搜狐开源镜像站",
|
||||
"https://mirrors.sohu.com/",
|
||||
"https://mirrors.sohu.com/deepin-cd" Big_File_deepin};
|
||||
|
||||
|
||||
MirrorSite
|
||||
Upstream = {"upstream", "Upstream", "上游默认源", NULL, NULL};
|
||||
Upstream = {"upstream", "Upstream", "上游默认源", NULL, NULL};
|
||||
MirrorSite
|
||||
UserDefine = {"user", "用户自定义", "用户自定义", NULL, NULL};
|
||||
UserDefine = {"user", "用户自定义", "用户自定义", NULL, NULL};
|
||||
|
||||
|
||||
typedef struct SourceInfo_t {
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
/** ------------------------------------------------------------
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* -------------------------------------------------------------
|
||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-10>
|
||||
* Last Modified : <2024-08-28>
|
||||
* Revision : 2
|
||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-10>
|
||||
* Major Revision : 2
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-10 更新
|
||||
* @update 2024-09-14
|
||||
* @note {
|
||||
* 我们这里挑选的必须也支持 Flutter
|
||||
* 我们将会在setsrc函数中生成
|
||||
|
@ -20,9 +20,10 @@
|
|||
static SourceInfo
|
||||
pl_dart_sources[] = {
|
||||
{&Upstream, NULL},
|
||||
// {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/"}, // 不确定SJTUG的flutter镜像给的对不对
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/"}, // 不确定SJTUG的flutter镜像给的对不对
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/"},
|
||||
{&Tencent, "https://mirrors.cloud.tencent.com/"},
|
||||
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/"},
|
||||
{&Nju, "https://mirror.nju.edu.cn/"}
|
||||
};
|
||||
def_sources_n(pl_dart);
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-08-30>
|
||||
* Last Modified : <2024-08-17>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-04-18 更新
|
||||
* @update 2024-09-14
|
||||
* @note 缺少教育网或开源社区软件源
|
||||
*/
|
||||
static SourceInfo
|
||||
|
@ -16,6 +16,7 @@ pl_php_sources[] = {
|
|||
{&Upstream, NULL},
|
||||
{&Ali, "https://mirrors.aliyun.com/composer/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/composer/"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/composer/"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/repository/php/"}
|
||||
};
|
||||
def_sources_n(pl_php);
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
* Contributors : Nul None <nul@none.org>
|
||||
* Created On : <2023-09-03>
|
||||
* Major Revision : 1
|
||||
* Last Modified : <2024-09-13>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @update 2024-05-24
|
||||
* @update 2024-09-14
|
||||
* @note 不要添加Zju,浙大的pypi在校外访问会自动转向Tuna
|
||||
*/
|
||||
static SourceInfo
|
||||
|
@ -22,6 +22,7 @@ pl_python_sources[] = {
|
|||
{&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple"},
|
||||
{&Ali, "https://mirrors.aliyun.com/pypi/simple/"},
|
||||
{&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple"},
|
||||
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple"},
|
||||
{&Hust, "https://mirrors.hust.edu.cn/pypi/web/simple"}
|
||||
// {&Netease, "https://mirrors.163.com/.help/pypi.html"} // 不用,24小时更新一次
|
||||
|
|
|
@ -20,14 +20,15 @@ RubyChina = {"rubychina", "RubyChina", "Ruby China 社区", "https://ge
|
|||
*/
|
||||
static SourceInfo
|
||||
pl_ruby_sources[] = {
|
||||
{&Upstream, "https://rubygems.org"},
|
||||
{&RubyChina, "https://gems.ruby-china.com/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/rubygems/"}
|
||||
{&Upstream, "https://rubygems.org"},
|
||||
{&RubyChina, "https://gems.ruby-china.com/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/rubygems/"}
|
||||
|
||||
// {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
|
||||
// {&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
|
||||
|
||||
// {&Tencent, "https://mirrors.tencent.com/rubygems/"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/rubygems/"},
|
||||
// {&Ali, "https://mirrors.aliyun.com/rubygems/"},
|
||||
// {&Huawei, "https://mirrors.huaweicloud.com/repository/rubygems/"},
|
||||
};
|
||||
|
|
|
@ -123,11 +123,12 @@ static const char
|
|||
#undef t
|
||||
|
||||
|
||||
|
||||
static MirrorSite*
|
||||
available_mirrors[] = {
|
||||
&MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Hust, &Nju, // &Cqu,
|
||||
&Ali, &Tencent, &Tencent_Intra, &Huawei, &Volcengine, &Netease, &Sohu, &Api7, &Fit2Cloud,
|
||||
&Ali, // &Ali_ECS_VPC, &Ali_ECS_classic,
|
||||
&Tencent, // &Tencent_Intra,
|
||||
&Huawei, &Volcengine, &Netease, &Sohu, &Api7, &Fit2Cloud,
|
||||
&RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO,
|
||||
// 暂不支持 &NugetOrg
|
||||
// 不要列出 &Upstream 和 &UserDdefine
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-06-12 更新
|
||||
* @update 2024-06-12
|
||||
*/
|
||||
static SourceInfo
|
||||
os_debian_sources[] = {
|
||||
|
@ -20,6 +20,7 @@ os_debian_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/debian"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/debian"},
|
||||
{&Tencent, "https://mirrors.tencent.com/debian"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/debian"},
|
||||
{&Netease, "https://mirrors.163.com/debian"},
|
||||
{&Sohu, "https://mirrors.sohu.com/debian"}
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-06-12 更新
|
||||
* @update 2024-06-12
|
||||
*/
|
||||
static SourceInfo
|
||||
os_kali_sources[] = {
|
||||
|
@ -21,6 +21,7 @@ os_kali_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/kali"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/kali"},
|
||||
{&Tencent, "https://mirrors.tencent.com/kali"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/kali"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/kali"},
|
||||
{&Netease, "https://mirrors.163.com/kali"},
|
||||
{&Sohu, "https://mirrors.sohu.com/kali"}
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-04-18 更新
|
||||
* @note 未经测试是否有效
|
||||
* @update 2024-04-18
|
||||
*/
|
||||
static SourceInfo
|
||||
os_ros_sources[] = {
|
||||
|
@ -19,6 +18,7 @@ os_ros_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn"},
|
||||
{&Tencent, "https://mirrors.tencent.com"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com"},
|
||||
{&Netease, "https://mirrors.163.com"},
|
||||
{&Sohu, "https://mirrors.sohu.com"}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-06-12 更新
|
||||
* @update 2024-06-12
|
||||
*/
|
||||
static SourceInfo
|
||||
os_ubuntu_sources[] = {
|
||||
|
@ -20,6 +20,7 @@ os_ubuntu_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/ubuntu"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/ubuntu"},
|
||||
{&Tencent, "https://mirrors.tencent.com/ubuntu"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/ubuntu"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/ubuntu"},
|
||||
{&Netease, "https://mirrors.163.com/ubuntu"},
|
||||
{&Sohu, "https://mirrors.sohu.com/ubuntu"}
|
||||
|
|
|
@ -4,14 +4,13 @@
|
|||
* File Authors : Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-26>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
*
|
||||
* 名称为小写deepin,而非Deepin
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-06 更新
|
||||
* @note 源并不完整,且未经测试是否有效
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_deepin_sources[] = {
|
||||
|
@ -21,6 +20,7 @@ os_deepin_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/deepin"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/deepin"},
|
||||
{&Tencent, "https://mirrors.tencent.com/deepin"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/deepin"},
|
||||
{&Netease, "https://mirrors.163.com/deepin"},
|
||||
{&Sohu, "https://mirrors.sohu.com/deepin"}
|
||||
};
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-24>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-04-18 更新
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_alpine_sources[] = {
|
||||
|
@ -20,6 +20,7 @@ os_alpine_sources[] = {
|
|||
{&Lzuoss, "https://mirror.lzu.edu.cn/alpine"},
|
||||
{&Ali, "https://mirrors.aliyun.com/alpine"},
|
||||
{&Tencent, "https://mirrors.cloud.tencent.com/alpine"},
|
||||
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/alpine"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/alpine"}
|
||||
};
|
||||
def_sources_n(os_alpine);
|
||||
|
|
|
@ -5,22 +5,23 @@
|
|||
* | Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-05>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-05 更新
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_netbsd_sources[] = {
|
||||
{&Upstream, NULL},
|
||||
{&Ali, "https://mirrors.aliyun.com/pkgsrc/packages/NetBSD/"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/pkgsrc/packages/NetBSD/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/pkgsrc/packages/NetBSD/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/pkgsrc/packages/NetBSD/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/pkgsrc/packages/NetBSD/"},
|
||||
{&Netease, "https://mirrors.163.com/pkgsrc/packages/NetBSD/"},
|
||||
{&Sohu, "https://mirrors.sohu.com/pkgsrc/packages/NetBSD/"}
|
||||
{&Ali, "https://mirrors.aliyun.com/pkgsrc/packages/NetBSD/"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/pkgsrc/packages/NetBSD/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/pkgsrc/packages/NetBSD/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/pkgsrc/packages/NetBSD/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/pkgsrc/packages/NetBSD/"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/pkgsrc/packages/NetBSD/"},
|
||||
{&Netease, "https://mirrors.163.com/pkgsrc/packages/NetBSD/"},
|
||||
{&Sohu, "https://mirrors.sohu.com/pkgsrc/packages/NetBSD/"}
|
||||
};
|
||||
def_sources_n(os_netbsd);
|
||||
|
||||
|
|
|
@ -5,22 +5,23 @@
|
|||
* | Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-03>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-02 更新
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_openbsd_sources[] = {
|
||||
{&Upstream, NULL},
|
||||
{&Ali, "https://mirrors.aliyun.com/OpenBSD/"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/OpenBSD/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/OpenBSD/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/OpenBSD/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/OpenBSD/"},
|
||||
{&Netease, "https://mirrors.163.com/OpenBSD/"},
|
||||
{&Sohu, "https://mirrors.sohu.com/OpenBSD/"}
|
||||
{&Ali, "https://mirrors.aliyun.com/OpenBSD/"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/OpenBSD/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/OpenBSD/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/OpenBSD/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/OpenBSD/"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/OpenBSD/"},
|
||||
{&Netease, "https://mirrors.163.com/OpenBSD/"},
|
||||
{&Sohu, "https://mirrors.sohu.com/OpenBSD/"}
|
||||
};
|
||||
def_sources_n(os_openbsd);
|
||||
|
||||
|
|
|
@ -2,14 +2,13 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* -------------------------------------------------------------
|
||||
* File Authors : Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Created On : <2023-09-05>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-05 更新
|
||||
* @note 源并不完整,且未经测试是否有效
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_gentoo_sources[] = {
|
||||
|
@ -19,6 +18,7 @@ os_gentoo_sources[] = {
|
|||
{&Ustc, "mirrors.ustc.edu.cn"},
|
||||
{&Tuna, "mirrors.tuna.tsinghua.edu.cn"},
|
||||
{&Tencent, "mirrors.tencent.com"},
|
||||
// {&Tencent_Intra, "mirrors.tencentyun.com"},
|
||||
{&Netease, "mirrors.163.com"},
|
||||
{&Sohu, "mirrors.sohu.com"}
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* 2024-08-08 更新
|
||||
* @update 2024-08-08
|
||||
*/
|
||||
static SourceInfo
|
||||
os_openwrt_sources[] = {
|
||||
|
@ -16,6 +16,7 @@ os_openwrt_sources[] = {
|
|||
{&MirrorZ, "https://mirrors.cernet.edu.cn/openwrt"},
|
||||
{&Ali, "https://mirrors.aliyun.com/openwrt"},
|
||||
{&Tencent, "https://mirrors.cloud.tencent.com/openwrt"},
|
||||
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/openwrt"},
|
||||
{&Tuna, "https://mirror.tuna.tsinghua.edu.cn/openwrt"},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/openwrt"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/openwrt"},
|
||||
|
|
|
@ -2,16 +2,15 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* -------------------------------------------------------------
|
||||
* File Authors : Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Created On : <2023-09-26>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
*
|
||||
* 名称为 Fedora Linux
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-02 更新
|
||||
* @note 源并不完整,且未经测试是否有效
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_fedora_sources[] = {
|
||||
|
@ -21,6 +20,7 @@ os_fedora_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/fedora"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/fedora"},
|
||||
{&Tencent, "https://mirrors.tencent.com/fedora"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"},
|
||||
{&Netease, "https://mirrors.163.com/fedora"},
|
||||
{&Sohu, "https://mirrors.sohu.com/fedora"}
|
||||
};
|
||||
|
|
|
@ -2,14 +2,13 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* -------------------------------------------------------------
|
||||
* File Authors : Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Created On : <2023-09-06>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-09-14>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-06 更新
|
||||
* @note 源并不完整,且未经测试是否有效
|
||||
* @update 2024-09-14
|
||||
*/
|
||||
static SourceInfo
|
||||
os_openeuler_sources[] = {
|
||||
|
@ -19,6 +18,7 @@ os_openeuler_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/openeuler/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/openeuler/"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/openeuler/"},
|
||||
{&Netease, "https://mirrors.163.com/openeuler/"},
|
||||
{&Sohu, "https://mirrors.sohu.com/openeuler/"}
|
||||
};
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* -------------------------------------------------------------
|
||||
* File Authors : Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Created On : <2023-09-17>
|
||||
* Last Modified : <2024-08-16>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-06-12 更新
|
||||
* @update 2024-08-16
|
||||
*/
|
||||
static SourceInfo
|
||||
os_opensuse_sources[] = {
|
||||
|
@ -19,6 +19,7 @@ os_opensuse_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/opensuse"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/opensuse"},
|
||||
{&Tencent, "https://mirrors.tencent.com/opensuse"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/opensuse"},
|
||||
{&Netease, "https://mirrors.163.com/opensuse"},
|
||||
{&Sohu, "https://mirrors.sohu.com/opensuse"}
|
||||
};
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-07-03 更新
|
||||
* @update 2024-07-03
|
||||
* @note 不要给后面加 / ,因为ARM情况下,还要额外加一个 arm 后缀
|
||||
*/
|
||||
static SourceInfo
|
||||
|
@ -20,6 +20,7 @@ os_arch_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/archlinux"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/archlinux"},
|
||||
{&Tencent, "https://mirrors.tencent.com/archlinux"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/archlinux"},
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/archlinux"}, // 不支持 archlinuxcn
|
||||
{&Netease, "https://mirrors.163.com/archlinux"}, // archlinuxcn 的URL和其他镜像站不同
|
||||
// {&Sohu, "https://mirrors.sohu.com/archlinux"} // 不支持 archlinuxcn
|
||||
|
@ -36,6 +37,7 @@ os_archlinuxcn_sources[] = {
|
|||
{&Ustc, "https://mirrors.ustc.edu.cn/archlinuxcn/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/"},
|
||||
{&Tencent, "https://mirrors.cloud.tencent.com/archlinuxcn/"},
|
||||
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/archlinuxcn/"},
|
||||
{&Netease, "https://mirrors.163.com/archlinux-cn/"}
|
||||
};
|
||||
def_sources_n(os_arch);
|
||||
|
|
Loading…
Reference in New Issue
Block a user