Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some upstreams #120

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/recipe/lang/Rust/rustup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2024-10-02>
* Last Modified : <2024-10-02>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +12,7 @@
*/
static SourceInfo
pl_rust_rustup_sources[] = {
{&Upstream, NULL},
{&Upstream, "https://static.rust-lang.org"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup"},
{&Ustc, "https://mirrors.ustc.edu.cn/rust-static"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static"},
Expand Down
3 changes: 2 additions & 1 deletion src/recipe/os/APT/Armbian.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* -------------------------------------------------------------
* File Authors : Shengwei Chen <[email protected]>
* Contributors : Aoran Zeng <[email protected]>
* | Yangmoooo <[email protected]>
* Created On : <2024-06-14>
* Last Modified : <2024-08-27>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +13,7 @@
*/
static SourceInfo
os_armbian_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://apt.armbian.com"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/armbian"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/armbian"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/armbian"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/APT/Debian.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* | Heng Guo <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-02>
* Last Modified : <2024-10-31>
* ------------------------------------------------------------*/
Expand All @@ -13,7 +13,7 @@
*/
static SourceInfo
os_debian_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://deb.debian.org/debian"},
{&Ali, "https://mirrors.aliyun.com/debian"},
{&Volcengine, "https://mirrors.volces.com/debian"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/debian"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/APT/Kali-Linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Heng Guo <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-29>
* Last Modified : <2024-08-16>
*
Expand All @@ -14,7 +14,7 @@
*/
static SourceInfo
os_kali_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://http.kali.org/kali"},
{&Ali, "https://mirrors.aliyun.com/kali"},
{&Volcengine, "https://mirrors.volces.com/kali"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/kali"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/APT/Linux-Lite.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-29>
* Last Modified : <2024-08-16>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +12,7 @@
*/
static SourceInfo
os_linuxlite_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://repo.linuxliteos.com/linuxlite/"},
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"}
};
def_sources_n(os_linuxlite);
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/APT/Raspberry-Pi-OS.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-29>
* Last Modified : <2024-10-02>
*
Expand All @@ -14,7 +14,7 @@
*/
static SourceInfo
os_raspberrypi_sources[] = {
{&Upstream, NULL},
{&Upstream, "https://archive.raspberrypi.com/"}, // https://archive.raspberrypi.org/ until Debian "bullseye" release
{&MirrorZ, "https://mirrors.cernet.edu.cn/raspberrypi/"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/raspberrypi/"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/APT/deepin.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Heng Guo <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-26>
* Last Modified : <2024-09-14>
*
Expand All @@ -14,7 +14,7 @@
*/
static SourceInfo
os_deepin_sources[] = {
{&Upstream, NULL},
{&Upstream, "https://community-packages.deepin.com/deepin"},
{&Ali, "https://mirrors.aliyun.com/deepin"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/deepin"},
{&Ustc, "https://mirrors.ustc.edu.cn/deepin"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/Alpine-Linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-24>
* Last Modified : <2024-09-14>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +12,7 @@
*/
static SourceInfo
os_alpine_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://dl-cdn.alpinelinux.org/alpine"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/alpine"},
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/alpine"},
{&Sustech, "https://mirrors.sustech.edu.cn/alpine"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/OpenWrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2024-08-08>
* Last Modified : <2024-08-08>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +12,7 @@
*/
static SourceInfo
os_openwrt_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://downloads.openwrt.org"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/openwrt"},
{&Ali, "https://mirrors.aliyun.com/openwrt"},
{&Tencent, "https://mirrors.cloud.tencent.com/openwrt"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/Void-Linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-24>
* Last Modified : <2024-08-16>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +12,7 @@
*/
static SourceInfo
os_void_sources[] = {
{&Upstream, NULL},
{&Upstream, "https://repo-default.voidlinux.org"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/voidlinux"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/voidlinux"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/voidlinux"}
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/os/YUM/AlmaLinux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2024-06-12>
* Last Modified : <2024-08-16>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +12,7 @@
*/
static SourceInfo
os_almalinux_sources[] = {
{&Upstream, NULL},
{&Upstream, "http://repo.almalinux.org/almalinux"},
{&Ali, "https://mirrors.aliyun.com/almalinux"},
{&Volcengine, "https://mirrors.volces.com/almalinux"},
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/almalinux"},
Expand Down
3 changes: 2 additions & 1 deletion src/recipe/os/YUM/openEuler.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* -------------------------------------------------------------
* File Authors : Heng Guo <[email protected]>
* Contributors : Aoran Zeng <[email protected]>
* | Yangmoooo <[email protected]>
* Created On : <2023-09-06>
* Last Modified : <2024-09-14>
* ------------------------------------------------------------*/
Expand All @@ -12,7 +13,7 @@
*/
static SourceInfo
os_openeuler_sources[] = {
{&Upstream, NULL},
{&Upstream, "https://repo.openeuler.org/"},
{&Ali, "https://mirrors.aliyun.com/openeuler/"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"},
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},
Expand Down
4 changes: 2 additions & 2 deletions src/recipe/ware/Anaconda.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <[email protected]>
* Contributors : Nil Null <[email protected]>
* Contributors : Yangmoooo <[email protected]>
* Created On : <2023-09-10>
* Last Modified : <2024-08-15>
* ------------------------------------------------------------*/
Expand All @@ -13,7 +13,7 @@
*/
static SourceInfo
wr_anaconda_sources[] = {
{&Upstream, NULL},
{&Upstream, "https://repo.anaconda.com/"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/anaconda/"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/anaconda/"},
{&Zju, "https://mirrors.zju.edu.cn/anaconda/"},
Expand Down