Skip to content

Commit c60e740

Browse files
committed
Disable most sources from netease
1 parent 5b70f7f commit c60e740

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

src/framework/mirror.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ Volceengine_Intra =
218218
"https://mirrors.ivolces.com/ubuntu-releases" Big_File_ubuntu },
219219
*/
220220

221+
222+
/**
223+
* @note 2026-06-20 网易开源镜像站的速度始终过低,不建议再使用
224+
*/
221225
Netease =
222226
{
223227
"netease", "Netease", "网易开源镜像站", "https://mirrors.163.com/",

src/recipe/lang/Python/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static Source_t pl_python_sources[] =
3636
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple"},
3737
{&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple"},
3838
{&Hust, "https://mirrors.hust.edu.cn/pypi/web/simple"}
39-
// {&Netease, "https://mirrors.163.com/.help/pypi.html"} // 不用,24小时更新一次
39+
// {&Netease, "https://mirrors.163.com/.help/pypi.html"} /* 不启用原因:24小时更新一次 */
4040
};
4141
def_sources_n(pl_python);
4242

src/recipe/os/APT/Debian.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static Source_t os_debian_sources[] =
3232
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/debian"},
3333
{&Tencent, "https://mirrors.tencent.com/debian"},
3434
// {&Tencent_Intra, "https://mirrors.tencentyun.com/debian"},
35-
{&Netease, "https://mirrors.163.com/debian"},
35+
// {&Netease, "https://mirrors.163.com/debian"}, /* 不启用原因:过慢 */
3636
{&Sohu, "https://mirrors.sohu.com/debian"}
3737
};
3838
def_sources_n(os_debian);

src/recipe/os/APT/Kali-Linux.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* | Happy Game <[email protected]>
77
* |
88
* Created On : <2023-09-29>
9-
* Last Modified : <2025-01-03>
9+
* Last Modified : <2025-06-20>
1010
*
1111
* Kali Linux 基于 Debian Testing branch
1212
* ------------------------------------------------------------*/
@@ -19,7 +19,7 @@ static SourceProvider_t os_kali_upstream =
1919
};
2020

2121
/**
22-
* @update 2025-01-03
22+
* @update 2025-06-20
2323
*/
2424
static Source_t os_kali_sources[] =
2525
{
@@ -30,11 +30,7 @@ static Source_t os_kali_sources[] =
3030
{&Bfsu, "https://mirrors.bfsu.edu.cn/kali"},
3131
{&Ustc, "https://mirrors.ustc.edu.cn/kali"},
3232
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/kali"},
33-
// {&Tencent, "https://mirrors.tencent.com/kali"}, // 无kali源
34-
// {&Tencent_Intra, "https://mirrors.tencentyun.com/kali"},
3533
// {&Huawei, "https://mirrors.huaweicloud.com/kali"}, // 未与上游同步
36-
// {&Netease, "https://mirrors.163.com/kali"}, // 无kali源
37-
// {&Sohu, "https://mirrors.sohu.com/kali"} //无kali源
3834
};
3935
def_sources_n(os_kali);
4036

src/recipe/os/APT/Linux-Mint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static Source_t os_linuxmint_sources[] =
2727
{&Sustech, "https://mirrors.sustech.edu.cn/linuxmint/"},
2828
{&Iscas, "https://mirror.iscas.ac.cn/linuxmint/"},
2929
{&Scau, "https://mirrors.scau.edu.cn/linuxmint/"},
30-
{&Netease, "https://mirrors.163.com/linuxmint/packages/"},
30+
// {&Netease, "https://mirrors.163.com/linuxmint/packages/"} /* 不启用原因:过慢 */
3131
};
3232
def_sources_n(os_linuxmint);
3333

src/recipe/os/APT/Ubuntu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static Source_t os_ubuntu_sources[] =
3131
{&Tencent, "https://mirrors.tencent.com/ubuntu"},
3232
// {&Tencent_Intra, "https://mirrors.tencentyun.com/ubuntu"},
3333
{&Huawei, "https://mirrors.huaweicloud.com/ubuntu"},
34-
{&Netease, "https://mirrors.163.com/ubuntu"},
34+
// {&Netease, "https://mirrors.163.com/ubuntu"}, /* 不启用原因:过慢 */
3535
{&Sohu, "https://mirrors.sohu.com/ubuntu"}
3636
};
3737
def_sources_n(os_ubuntu);

src/recipe/os/APT/deepin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static Source_t os_deepin_sources[] =
2121
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/deepin"},
2222
{&Tencent, "https://mirrors.tencent.com/deepin"},
2323
// {&Tencent_Intra, "https://mirrors.tencentyun.com/deepin"},
24-
{&Netease, "https://mirrors.163.com/deepin"},
24+
// {&Netease, "https://mirrors.163.com/deepin"}, /* 不启用原因:过慢 */
2525
{&Sohu, "https://mirrors.sohu.com/deepin"}
2626
};
2727
def_sources_n(os_deepin);

src/recipe/os/YUM/Fedora-Linux.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
* Contributors : Aoran Zeng <[email protected]>
77
* |
88
* Created On : <2023-09-26>
9-
* Last Modified : <2024-11-04>
9+
* Last Modified : <2025-06-20>
1010
*
1111
* 名称为 Fedora Linux
1212
* ------------------------------------------------------------*/
1313

1414
/**
15-
* @update 2024-11-04
15+
* @update 2025-06-20
1616
*/
1717
static Source_t os_fedora_sources[] =
1818
{
@@ -23,7 +23,7 @@ static Source_t os_fedora_sources[] =
2323
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/fedora"},
2424
{&Tencent, "https://mirrors.tencent.com/fedora"},
2525
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"},
26-
{&Netease, "https://mirrors.163.com/fedora"},
26+
// {&Netease, "https://mirrors.163.com/fedora"}, /* 不启用原因:过慢 */
2727
{&Sohu, "https://mirrors.sohu.com/fedora"}
2828
};
2929
def_sources_n(os_fedora);

src/recipe/os/YUM/Rocky-Linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static Source_t os_rockylinux_sources[] =
2222
{&Zju, "https://mirrors.zju.edu.cn/rocky"},
2323
{&Lzuoss, "https://mirror.lzu.edu.cn/rocky"},
2424
{&Sohu, "https://mirrors.sohu.com/Rocky"},
25-
{&Netease, "https://mirrors.163.com/rocky"}
25+
// {&Netease, "https://mirrors.163.com/rocky"} /* 不启用原因:过慢 */
2626
};
2727
def_sources_n(os_rockylinux);
2828

src/recipe/os/YUM/openEuler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static Source_t os_openeuler_sources[] =
2929
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/openeuler/"},
3030
{&Tencent, "https://mirrors.tencent.com/openeuler/"},
3131
// {&Tencent_Intra, "https://mirrors.tencentyun.com/openeuler/"},
32-
{&Netease, "https://mirrors.163.com/openeuler/"}
32+
// {&Netease, "https://mirrors.163.com/openeuler/"} /* 不启用原因:过慢 */
3333
// {&Sohu, "https://mirrors.sohu.com/openeuler/"}
3434
};
3535
def_sources_n(os_openeuler);

0 commit comments

Comments
 (0)