From e66cff36868f7df48572f2a4c2908640f466d4f0 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 14 Sep 2024 02:54:29 +0800 Subject: [PATCH] Update sources --- include/source.h | 64 +++++++++++++++++++++++-------- src/recipe/lang/Dart.c | 15 ++++---- src/recipe/lang/PHP.c | 5 ++- src/recipe/lang/Python/common.h | 5 ++- src/recipe/lang/Ruby.c | 7 ++-- src/recipe/menu.c | 5 ++- src/recipe/os/APT/Debian.c | 3 +- src/recipe/os/APT/Kali-Linux.c | 3 +- src/recipe/os/APT/ROS.c | 4 +- src/recipe/os/APT/Ubuntu.c | 3 +- src/recipe/os/APT/deepin.c | 6 +-- src/recipe/os/Alpine-Linux.c | 5 ++- src/recipe/os/BSD/NetBSD.c | 19 ++++----- src/recipe/os/BSD/OpenBSD.c | 19 ++++----- src/recipe/os/Gentoo-Linux.c | 8 ++-- src/recipe/os/OpenWrt.c | 3 +- src/recipe/os/YUM/Fedora-Linux.c | 8 ++-- src/recipe/os/YUM/openEuler.c | 8 ++-- src/recipe/os/openSUSE.c | 5 ++- src/recipe/os/pacman/Arch-Linux.c | 4 +- 20 files changed, 123 insertions(+), 76 deletions(-) diff --git a/include/source.h b/include/source.h index ba3c148..0b7601e 100644 --- a/include/source.h +++ b/include/source.h @@ -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 { diff --git a/src/recipe/lang/Dart.c b/src/recipe/lang/Dart.c index 36382a3..84a257a 100644 --- a/src/recipe/lang/Dart.c +++ b/src/recipe/lang/Dart.c @@ -1,15 +1,15 @@ /** ------------------------------------------------------------ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- - * File Authors : Aoran Zeng - * Contributors : Nil Null - * Created On : <2023-09-10> - * Last Modified : <2024-08-28> - * Revision : 2 + * File Authors : Aoran Zeng + * Contributors : Nil Null + * 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); diff --git a/src/recipe/lang/PHP.c b/src/recipe/lang/PHP.c index 907116f..b94df23 100644 --- a/src/recipe/lang/PHP.c +++ b/src/recipe/lang/PHP.c @@ -4,11 +4,11 @@ * File Authors : Aoran Zeng * Contributors : Nil Null * 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); diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index 07bd9ce..1b7e49f 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -5,11 +5,11 @@ * Contributors : Nul None * 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小时更新一次 diff --git a/src/recipe/lang/Ruby.c b/src/recipe/lang/Ruby.c index e4a3c1d..ace2d9b 100644 --- a/src/recipe/lang/Ruby.c +++ b/src/recipe/lang/Ruby.c @@ -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/"}, }; diff --git a/src/recipe/menu.c b/src/recipe/menu.c index 5f0eb47..08cc3c5 100644 --- a/src/recipe/menu.c +++ b/src/recipe/menu.c @@ -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 diff --git a/src/recipe/os/APT/Debian.c b/src/recipe/os/APT/Debian.c index 52c3482..cdb2a2c 100644 --- a/src/recipe/os/APT/Debian.c +++ b/src/recipe/os/APT/Debian.c @@ -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"} }; diff --git a/src/recipe/os/APT/Kali-Linux.c b/src/recipe/os/APT/Kali-Linux.c index 7ca2a66..516004b 100644 --- a/src/recipe/os/APT/Kali-Linux.c +++ b/src/recipe/os/APT/Kali-Linux.c @@ -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"} diff --git a/src/recipe/os/APT/ROS.c b/src/recipe/os/APT/ROS.c index 047c06c..95a96ee 100644 --- a/src/recipe/os/APT/ROS.c +++ b/src/recipe/os/APT/ROS.c @@ -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"} diff --git a/src/recipe/os/APT/Ubuntu.c b/src/recipe/os/APT/Ubuntu.c index 0fe2189..f1447d7 100644 --- a/src/recipe/os/APT/Ubuntu.c +++ b/src/recipe/os/APT/Ubuntu.c @@ -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"} diff --git a/src/recipe/os/APT/deepin.c b/src/recipe/os/APT/deepin.c index 9eb5b01..d93e5b9 100644 --- a/src/recipe/os/APT/deepin.c +++ b/src/recipe/os/APT/deepin.c @@ -4,14 +4,13 @@ * File Authors : Heng Guo <2085471348@qq.com> * Contributors : Nil Null * 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"} }; diff --git a/src/recipe/os/Alpine-Linux.c b/src/recipe/os/Alpine-Linux.c index 07b5f5c..bb6e03d 100644 --- a/src/recipe/os/Alpine-Linux.c +++ b/src/recipe/os/Alpine-Linux.c @@ -4,11 +4,11 @@ * File Authors : Aoran Zeng * Contributors : Nil Null * 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); diff --git a/src/recipe/os/BSD/NetBSD.c b/src/recipe/os/BSD/NetBSD.c index a16c6ea..da60453 100644 --- a/src/recipe/os/BSD/NetBSD.c +++ b/src/recipe/os/BSD/NetBSD.c @@ -5,22 +5,23 @@ * | Heng Guo <2085471348@qq.com> * Contributors : Nil Null * 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); diff --git a/src/recipe/os/BSD/OpenBSD.c b/src/recipe/os/BSD/OpenBSD.c index 0b91c87..df6658d 100644 --- a/src/recipe/os/BSD/OpenBSD.c +++ b/src/recipe/os/BSD/OpenBSD.c @@ -5,22 +5,23 @@ * | Aoran Zeng * Contributors : Nil Null * 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); diff --git a/src/recipe/os/Gentoo-Linux.c b/src/recipe/os/Gentoo-Linux.c index 597736f..ef7efc2 100644 --- a/src/recipe/os/Gentoo-Linux.c +++ b/src/recipe/os/Gentoo-Linux.c @@ -2,14 +2,13 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Aoran Zeng * 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"} }; diff --git a/src/recipe/os/OpenWrt.c b/src/recipe/os/OpenWrt.c index 8934555..2d58f0d 100644 --- a/src/recipe/os/OpenWrt.c +++ b/src/recipe/os/OpenWrt.c @@ -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"}, diff --git a/src/recipe/os/YUM/Fedora-Linux.c b/src/recipe/os/YUM/Fedora-Linux.c index 9e7c364..4c5af07 100644 --- a/src/recipe/os/YUM/Fedora-Linux.c +++ b/src/recipe/os/YUM/Fedora-Linux.c @@ -2,16 +2,15 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Aoran Zeng * 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"} }; diff --git a/src/recipe/os/YUM/openEuler.c b/src/recipe/os/YUM/openEuler.c index b145871..3dd3307 100644 --- a/src/recipe/os/YUM/openEuler.c +++ b/src/recipe/os/YUM/openEuler.c @@ -2,14 +2,13 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Aoran Zeng * 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/"} }; diff --git a/src/recipe/os/openSUSE.c b/src/recipe/os/openSUSE.c index 86602b2..3ffb656 100644 --- a/src/recipe/os/openSUSE.c +++ b/src/recipe/os/openSUSE.c @@ -2,13 +2,13 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Aoran Zeng * 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"} }; diff --git a/src/recipe/os/pacman/Arch-Linux.c b/src/recipe/os/pacman/Arch-Linux.c index c9fb01d..09a93ea 100644 --- a/src/recipe/os/pacman/Arch-Linux.c +++ b/src/recipe/os/pacman/Arch-Linux.c @@ -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);