repos/generic.repo

51 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-06-13 23:26:50 +08:00
#generic-repos is licensed under the Mulan PSL v2.
#You can use this software according to the terms and conditions of the Mulan PSL v2.
#You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
#THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
#IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
#PURPOSE.
#See the Mulan PSL v2 for more details.
[OS]
name=OS
baseurl=https://mirrors.oepkgs.net/repos/{os_name}/9.0/OS/$basearch/
enabled=1
gpgcheck=0
skip_if_unavailable=True
[everything]
name=everything
baseurl=https://mirrors.oepkgs.net/repos/{os_name}/9.0/everything/$basearch/
enabled=1
gpgcheck=0
skip_if_unavailable=True
[EPOL]
name=EPOL
baseurl=https://mirrors.oepkgs.net/repos/{os_name}/9.0/EPOL/main/$basearch/
enabled=1
gpgcheck=0
skip_if_unavailable=True
[debuginfo]
name=debuginfo
baseurl=https://mirrors.oepkgs.net/repos/{os_name}/9.0/debuginfo/$basearch/
enabled=0
gpgcheck=0
skip_if_unavailable=True
[source]
name=source
baseurl=https://mirrors.oepkgs.net/repos/{os_name}/9.0/source/
enabled=1
gpgcheck=0
skip_if_unavailable=True
[update]
name=update
baseurl=https://mirrors.oepkgs.net/repos/{os_name}/9.0/update/$basearch/
enabled=1
gpgcheck=0
skip_if_unavailable=True