forked from AlmaLinux/mirrors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
76 lines (76 loc) · 1.28 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
---
allowed_outdate: 12h
mirrorlist_dir: docs/.vuepress/public/mirrorlist
mirrors_dir: mirrors.d
mirrors_table: docs/internal/mirrors.md
#versions_arches:
# "8":
# - x86_64
# - aarch64
# "9":
# - x86_64
# - aarch64
versions:
- "8"
- "9"
duplicated_versions:
- 8.10
- 9.4
vault_versions:
- "6.10"
- "7.7"
- "7.8"
- "7.9"
- "8.4"
- "8.5"
- "8.6"
- "8.7"
- "8.8"
- "8.9"
- "9.0"
- "9.1"
- "9.2"
- "9.3"
vault_mirror: https://vault.cdn.euro-linux.com/legacy/eurolinux/$releasever/
arches:
- x86_64
- aarch64
required_protocols:
- http
- https
repos:
- name: baseos
path: $basearch/BaseOS/os/
- name: appstream
path: $basearch/AppStream/os/
- name: powertools
path: $basearch/PowerTools/os/
versions:
- "8"
- name: crb
path: $basearch/CRB/os/
versions:
- "9"
- name: ha
path: $basearch/HighAvailability/os/
arches:
- x86_64
- name: highavailability
path: $basearch/HighAvailability/os/
arches:
- x86_64
- name: resilientstorage
path: $basearch/ResilientStorage/os/
arches:
- x86_64
- name: extras
path: $basearch/Extras/os/
arches:
- x86_64
vault: true
- name: updates
path: $basearch/Updates/os/
arches:
- x86_64
vault: true
...