mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-02 07:29:33 +08:00
Update OpenBSD
sources
This commit is contained in:
parent
851bb508b1
commit
013c95386c
@ -5,23 +5,28 @@
|
|||||||
* | Aoran Zeng <ccmywish@qq.com>
|
* | Aoran Zeng <ccmywish@qq.com>
|
||||||
* Contributors : Nil Null <nil@null.org>
|
* Contributors : Nil Null <nil@null.org>
|
||||||
* Created On : <2023-09-03>
|
* Created On : <2023-09-03>
|
||||||
* Last Modified : <2024-09-14>
|
* Last Modified : <2025-07-31>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-09-14
|
* @update 2025-07-31
|
||||||
*/
|
*/
|
||||||
static Source_t os_openbsd_sources[] =
|
static Source_t os_openbsd_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, NULL},
|
{&UpstreamProvider, NULL, NULL},
|
||||||
{&Ali, "https://mirrors.aliyun.com/OpenBSD/"},
|
{&MirrorZ, "https://mirrors.cernet.edu.cn/OpenBSD/", DelegateToMirror},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/OpenBSD/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/OpenBSD/", DelegateToMirror},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/OpenBSD/"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/OpenBSD/", DelegateToMirror},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/OpenBSD/"},
|
{&Nju, "https://mirror.nju.edu.cn/OpenBSD/", DelegateToMirror},
|
||||||
{&Tencent, "https://mirrors.tencent.com/OpenBSD/"},
|
{&Nyist, "https://mirror.nyist.edu.cn/OpenBSD/", DelegateToMirror},
|
||||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/OpenBSD/"},
|
{&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/OpenBSD/", DelegateToMirror},
|
||||||
{&Netease, "https://mirrors.163.com/OpenBSD/"},
|
{&Iscas, "https://mirror.iscas.ac.cn/OpenBSD/", DelegateToMirror},
|
||||||
{&Sohu, "https://mirrors.sohu.com/OpenBSD/"}
|
{&Cqupt, "https://mirrors.cqupt.edu.cn/openbsd/", DelegateToMirror},
|
||||||
|
{&Ali, "https://mirrors.aliyun.com/OpenBSD/", DelegateToMirror},
|
||||||
|
{&Tencent, "https://mirrors.tencent.com/OpenBSD/", DelegateToMirror},
|
||||||
|
// {&Tencent_Intra, "https://mirrors.tencentyun.com/OpenBSD/", DelegateToMirror},
|
||||||
|
{&Netease, "https://mirrors.163.com/OpenBSD/", DelegateToMirror},
|
||||||
|
{&Sohu, "https://mirrors.sohu.com/OpenBSD/", DelegateToMirror}
|
||||||
};
|
};
|
||||||
def_sources_n(os_openbsd);
|
def_sources_n(os_openbsd);
|
||||||
|
|
||||||
@ -33,7 +38,7 @@ os_openbsd_getsrc (char *option)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 参考:
|
* @consult
|
||||||
* 1. https://mirrors.tuna.tsinghua.edu.cn/help/openbsd/
|
* 1. https://mirrors.tuna.tsinghua.edu.cn/help/openbsd/
|
||||||
* 2. https://book.bsdcn.org/di-26-zhang-openbsd/di-26.2-jie-pei-zhi.html
|
* 2. https://book.bsdcn.org/di-26-zhang-openbsd/di-26.2-jie-pei-zhi.html
|
||||||
*/
|
*/
|
||||||
@ -47,7 +52,7 @@ os_openbsd_setsrc (char *option)
|
|||||||
chsrc_backup ("/etc/installurl");
|
chsrc_backup ("/etc/installurl");
|
||||||
chsrc_overwrite_file (source.url, "/etc/installurl");
|
chsrc_overwrite_file (source.url, "/etc/installurl");
|
||||||
|
|
||||||
chsrc_determine_chgtype (ChgType_Untested);
|
chsrc_determine_chgtype (ChgType_Auto);
|
||||||
chsrc_conclude (&source);
|
chsrc_conclude (&source);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user