forked from AlmaLinux/mirrors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
77 lines (77 loc) · 1.88 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
allowed_outdate: 12h
mirrorlist_dir: docs/.vuepress/public/mirrorlist
mirrors_dir: mirrors.d
mirrors_table: docs/internal/mirrors.md
versions:
- 8.5
- 8
duplicated_versions:
- 8
arches:
- x86_64
- aarch64
# one of them should be in a mirror's config
required_protocols:
- http
- https
repos:
- name: baseos
path: BaseOS/$basearch/os/
- name: appstream
path: AppStream/$basearch/os/
- name: powertools
path: PowerTools/$basearch/os/
- name: extras
path: extras/$basearch/os/
- name: ha
path: HighAvailability/$basearch/os/
- name: devel
path: devel/$basearch/os/
- name: resilientstorage
path: ResilientStorage/$basearch/os/
- name: plus
path: plus/$basearch/os/
- name: baseos-source
path: BaseOS/Source/
- name: appstream-source
path: AppStream/Source/
- name: powertools-source
path: PowerTools/Source/
- name: extras-source
path: extras/Source/
- name: ha-source
path: HighAvailability/Source/
- name: devel-source
path: devel/Source/
- name: resilientstorage-source
path: ResilientStorage/Source/
- name: plus-source
path: plus/Source/
- name: baseos-debuginfo
path: BaseOS/debug/$basearch/
- name: appstream-debuginfo
path: AppStream/debug/$basearch/
- name: powertools-debuginfo
path: PowerTools/debug/$basearch/
- name: extras-debuginfo
path: extras/debug/$basearch/
- name: ha-debuginfo
path: HighAvailability/debug/$basearch/
- name: devel-debuginfo
path: devel/debug/$basearch/
- name: resilientstorage-debuginfo
path: ResilientStorage/debug/$basearch/
- name: plus-debuginfo
path: plus/debug/$basearch/
- name: raspberrypi
path: raspberrypi/$basearch/os/
arches:
- aarch64
- name: raspberrypi-source
path: raspberrypi/Source
- name: raspberrypi-debuginfo
path: raspberrypi/debug/$basearch/
arches:
- aarch64
...