Skip to content

Commit 2da1dff

Browse files
committed
Disable most sources from sohu
1 parent c60e740 commit 2da1dff

File tree

12 files changed

+26
-23
lines changed

12 files changed

+26
-23
lines changed

src/framework/mirror.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ Netease =
228228
{NotSkip, NA, NA, "https://mirrors.163.com/deepin-cd" Big_File_deepin}
229229
},
230230

231+
/**
232+
* @note 2026-06-20 搜狐开源镜像站的速度始终过低,不建议再使用
233+
*/
231234
Sohu =
232235
{
233236
"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",

src/recipe/os/APT/Debian.c

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

src/recipe/os/APT/ROS.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ static Source_t os_ros_sources[] =
2222
{&Tencent, "https://mirrors.tencent.com"},
2323
// {&Tencent_Intra, "https://mirrors.tencentyun.com"},
2424
{&Huawei, "https://mirrors.huaweicloud.com"},
25-
{&Netease, "https://mirrors.163.com"},
26-
{&Sohu, "https://mirrors.sohu.com"}
25+
// {&Netease, "https://mirrors.163.com"}, /* 不启用原因:过慢 */
26+
// {&Sohu, "https://mirrors.sohu.com"} /* 不启用原因:过慢 */
2727
};
2828
def_sources_n(os_ros);
2929

src/recipe/os/APT/Ubuntu.c

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

src/recipe/os/APT/deepin.c

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

src/recipe/os/Gentoo-Linux.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* File Authors : Heng Guo <[email protected]>
55
* Contributors : Aoran Zeng <[email protected]>
66
* Created On : <2023-09-05>
7-
* Last Modified : <2024-11-22>
7+
* Last Modified : <2025-06-20>
88
* ------------------------------------------------------------*/
99

1010
/**
11-
* @update 2024-09-14
11+
* @update 2025-06-20
1212
*/
1313
static Source_t os_gentoo_sources[] =
1414
{
@@ -19,8 +19,8 @@ static Source_t os_gentoo_sources[] =
1919
{&Tuna, "mirrors.tuna.tsinghua.edu.cn"},
2020
{&Tencent, "mirrors.tencent.com"},
2121
// {&Tencent_Intra, "mirrors.tencentyun.com"},
22-
{&Netease, "mirrors.163.com"},
23-
{&Sohu, "mirrors.sohu.com"}
22+
// {&Netease, "mirrors.163.com"}, /* 不启用原因:过慢 */
23+
// {&Sohu, "mirrors.sohu.com"} /* 不启用原因:过慢 */
2424
};
2525
def_sources_n(os_gentoo);
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static Source_t os_fedora_sources[] =
2424
{&Tencent, "https://mirrors.tencent.com/fedora"},
2525
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"},
2626
// {&Netease, "https://mirrors.163.com/fedora"}, /* 不启用原因:过慢 */
27-
{&Sohu, "https://mirrors.sohu.com/fedora"}
27+
// {&Sohu, "https://mirrors.sohu.com/fedora"} /* 不启用原因:过慢 */
2828
};
2929
def_sources_n(os_fedora);
3030

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Contributors : happy game <[email protected]>
66
* |
77
* Created On : <2023-09-24>
8-
* Last Modified : <2024-12-12>
8+
* Last Modified : <2025-06-20>
99
* ------------------------------------------------------------*/
1010

1111
/**
12-
* @update 2024-06-12
12+
* @update 2025-06-20
1313
*/
1414
static Source_t os_rockylinux_sources[] =
1515
{
@@ -21,8 +21,8 @@ static Source_t os_rockylinux_sources[] =
2121
{&Sustech, "https://mirrors.sustech.edu.cn/rocky-linux"},
2222
{&Zju, "https://mirrors.zju.edu.cn/rocky"},
2323
{&Lzuoss, "https://mirror.lzu.edu.cn/rocky"},
24-
{&Sohu, "https://mirrors.sohu.com/Rocky"},
25-
// {&Netease, "https://mirrors.163.com/rocky"} /* 不启用原因:过慢 */
24+
// {&Netease, "https://mirrors.163.com/rocky"}, /* 不启用原因:过慢 */
25+
// {&Sohu, "https://mirrors.sohu.com/Rocky"} /* 不启用原因:过慢 */
2626
};
2727
def_sources_n(os_rockylinux);
2828

src/recipe/os/YUM/openEuler.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* | happy game <[email protected]>
88
* |
99
* Created On : <2023-09-06>
10-
* Last Modified : <2024-12-18>
10+
* Last Modified : <2025-06-20>
1111
* ------------------------------------------------------------*/
1212

1313
static SourceProvider_t os_openEuler_upstream =
@@ -18,7 +18,7 @@ static SourceProvider_t os_openEuler_upstream =
1818

1919

2020
/**
21-
* @update 2024-12-18
21+
* @update 2025-06-20
2222
*/
2323
static Source_t os_openeuler_sources[] =
2424
{
@@ -30,7 +30,7 @@ static Source_t os_openeuler_sources[] =
3030
{&Tencent, "https://mirrors.tencent.com/openeuler/"},
3131
// {&Tencent_Intra, "https://mirrors.tencentyun.com/openeuler/"},
3232
// {&Netease, "https://mirrors.163.com/openeuler/"} /* 不启用原因:过慢 */
33-
// {&Sohu, "https://mirrors.sohu.com/openeuler/"}
33+
// {&Sohu, "https://mirrors.sohu.com/openeuler/"} /* 不启用原因:过慢 */
3434
};
3535
def_sources_n(os_openeuler);
3636

src/recipe/os/openSUSE.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* File Authors : Heng Guo <[email protected]>
55
* Contributors : Aoran Zeng <[email protected]>
66
* Created On : <2023-09-17>
7-
* Last Modified : <2024-08-16>
7+
* Last Modified : <2025-06-20>
88
* ------------------------------------------------------------*/
99

1010
/**
11-
* @update 2024-08-16
11+
* @update 2025-06-20
1212
*/
1313
static Source_t os_opensuse_sources[] =
1414
{
@@ -20,8 +20,8 @@ static Source_t os_opensuse_sources[] =
2020
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/opensuse"},
2121
{&Tencent, "https://mirrors.tencent.com/opensuse"},
2222
// {&Tencent_Intra, "https://mirrors.tencentyun.com/opensuse"},
23-
{&Netease, "https://mirrors.163.com/opensuse"},
24-
{&Sohu, "https://mirrors.sohu.com/opensuse"}
23+
// {&Netease, "https://mirrors.163.com/opensuse"}, /* 不启用原因:过慢 */
24+
// {&Sohu, "https://mirrors.sohu.com/opensuse"} /* 不启用原因:过慢 */
2525
};
2626
def_sources_n(os_opensuse);
2727

0 commit comments

Comments
 (0)