mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-04 06:23:37 +08:00
Add upstream for rustup
, Anaconda
and some OS repositories [GitHub #111]
This commit is contained in:
parent
037da48755
commit
a21aaa8739
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
pl_rust_rustup_sources[] = {
|
pl_rust_rustup_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "https://static.rust-lang.org"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup"},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/rust-static"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/rust-static"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static"},
|
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_armbian_sources[] = {
|
os_armbian_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://apt.armbian.com"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/armbian"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/armbian"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/armbian"},
|
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/armbian"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/armbian"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/armbian"},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_debian_sources[] = {
|
os_debian_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://deb.debian.org/debian"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/debian"},
|
{&Ali, "https://mirrors.aliyun.com/debian"},
|
||||||
{&Volcengine, "https://mirrors.volces.com/debian"},
|
{&Volcengine, "https://mirrors.volces.com/debian"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/debian"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/debian"},
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_kali_sources[] = {
|
os_kali_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://http.kali.org/kali"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/kali"},
|
{&Ali, "https://mirrors.aliyun.com/kali"},
|
||||||
{&Volcengine, "https://mirrors.volces.com/kali"},
|
{&Volcengine, "https://mirrors.volces.com/kali"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/kali"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/kali"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_linuxlite_sources[] = {
|
os_linuxlite_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://repo.linuxliteos.com/linuxlite/"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"}
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"}
|
||||||
};
|
};
|
||||||
def_sources_n(os_linuxlite);
|
def_sources_n(os_linuxlite);
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_raspberrypi_sources[] = {
|
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/"},
|
{&MirrorZ, "https://mirrors.cernet.edu.cn/raspberrypi/"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/raspberrypi/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/raspberrypi/"},
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_deepin_sources[] = {
|
os_deepin_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "https://community-packages.deepin.com/deepin"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/deepin"},
|
{&Ali, "https://mirrors.aliyun.com/deepin"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/deepin"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/deepin"},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/deepin"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/deepin"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_alpine_sources[] = {
|
os_alpine_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://dl-cdn.alpinelinux.org/alpine"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/alpine"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/alpine"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/alpine"},
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/alpine"},
|
||||||
{&Sustech, "https://mirrors.sustech.edu.cn/alpine"},
|
{&Sustech, "https://mirrors.sustech.edu.cn/alpine"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_openwrt_sources[] = {
|
os_openwrt_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://downloads.openwrt.org"},
|
||||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/openwrt"},
|
{&MirrorZ, "https://mirrors.cernet.edu.cn/openwrt"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/openwrt"},
|
{&Ali, "https://mirrors.aliyun.com/openwrt"},
|
||||||
{&Tencent, "https://mirrors.cloud.tencent.com/openwrt"},
|
{&Tencent, "https://mirrors.cloud.tencent.com/openwrt"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_void_sources[] = {
|
os_void_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "https://repo-default.voidlinux.org"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/voidlinux"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/voidlinux"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/voidlinux"},
|
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/voidlinux"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/voidlinux"}
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/voidlinux"}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_almalinux_sources[] = {
|
os_almalinux_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "http://repo.almalinux.org/almalinux"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/almalinux"},
|
{&Ali, "https://mirrors.aliyun.com/almalinux"},
|
||||||
{&Volcengine, "https://mirrors.volces.com/almalinux"},
|
{&Volcengine, "https://mirrors.volces.com/almalinux"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/almalinux"},
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/almalinux"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
os_openeuler_sources[] = {
|
os_openeuler_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "https://repo.openeuler.org/"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/openeuler/"},
|
{&Ali, "https://mirrors.aliyun.com/openeuler/"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*/
|
*/
|
||||||
static SourceInfo
|
static SourceInfo
|
||||||
wr_anaconda_sources[] = {
|
wr_anaconda_sources[] = {
|
||||||
{&Upstream, NULL},
|
{&Upstream, "https://repo.anaconda.com/"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/anaconda/"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/anaconda/"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/anaconda/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/anaconda/"},
|
||||||
{&Zju, "https://mirrors.zju.edu.cn/anaconda/"},
|
{&Zju, "https://mirrors.zju.edu.cn/anaconda/"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user