forked from zhang-jian-jun/app-pkgmanage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.yaml
99 lines (78 loc) · 4.16 KB
/
conf.yaml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# During initialization, you can initialize multiple databases at once
# dbname: The name of the database to be initialized
# It is recommended to use the version number as the name of the database
# src_db_file:SQLite files related to the source package provided in the repo source
# bin_db_file:SQLite files related to the binary package provided in the repo source
# lifecycle:Does the imported source package data need to be stored in the life cycle database
# When you need to store in the life cycle, you need to set the value to enable
# When you do not need to store in the life cycle, you need to set the value to disable
# priority: The priority of the database,When querying dependencies, which library is
# the first to find data the value can only be 1、 2、 3、 4
- dbname: openeuler-22.03-lts
src_db_file: https://repo.openeuler.org/openEuler-22.03-LTS/source/
bin_db_file: https://repo.openeuler.org/openEuler-22.03-LTS/everything/aarch64/
priority: 1
- dbname: openeuler-20.03-lts
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS/source
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS/everything/aarch64
priority: 2
- dbname: openeuler-20.03-lts-sp1
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP1/source
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP1/everything/aarch64
priority: 3
- dbname: openeuler-20.03-lts-sp2
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP2/source
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP2/everything/aarch64
priority: 4
- dbname: openeuler-20.03-lts-sp3
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP3/source
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP3/everything/aarch64
priority: 5
- dbname: openeuler-21.09
src_db_file: https://repo.openeuler.org/openEuler-21.09/source
bin_db_file: https://repo.openeuler.org/openEuler-21.09/everything/aarch64
priority: 6
- dbname: openeuler-21.03
src_db_file: https://repo.openeuler.org/openEuler-21.03/source
bin_db_file: https://repo.openeuler.org/openEuler-21.03/everything/aarch64
priority: 7
- dbname: openeuler-20.09
src_db_file: https://repo.openeuler.org/openEuler-20.09/source
bin_db_file: https://repo.openeuler.org/openEuler-20.09/everything/aarch64
priority: 8
- dbname: fedora34
src_db_file: https://mirrors.huaweicloud.com/fedora/releases/34/Everything/source/tree/
bin_db_file: https://mirrors.huaweicloud.com/fedora/releases/34/Everything/aarch64/os/
priority: 9
- dbname: fedora35
src_db_file: https://mirrors.huaweicloud.com/fedora/releases/35/Everything/source/tree/
bin_db_file: https://mirrors.huaweicloud.com/fedora/releases/35/Everything/aarch64/os/
priority: 10
- dbname: fedora36
src_db_file: https://mirrors.huaweicloud.com/fedora/releases/36/Everything/source/tree/
bin_db_file: https://mirrors.huaweicloud.com/fedora/releases/36/Everything/aarch64/os/
priority: 11
- dbname: openeuler-22.03-lts-epol
src_db_file: https://repo.openeuler.org/openEuler-22.03-LTS/EPOL/main/source/
bin_db_file: https://repo.openeuler.org/openEuler-22.03-LTS/EPOL/main/aarch64/
priority: 12
- dbname: openeuler-20.03-lts-sp1-epol
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP1/EPOL/source/
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP1/EPOL/aarch64/
priority: 13
- dbname: openeuler-20.03-lts-sp2-epol
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP2/EPOL/main/source/
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP2/EPOL/main/aarch64/
priority: 14
- dbname: openeuler-20.03-lts-sp3-epol
src_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP3/EPOL/main/source/
bin_db_file: https://repo.openeuler.org/openEuler-20.03-LTS-SP3/EPOL/main/aarch64/
priority: 15
- dbname: openeuler-21.09-epol
src_db_file: https://repo.openeuler.org/openEuler-21.09/EPOL/main/source/
bin_db_file: https://repo.openeuler.org/openEuler-21.09/EPOL/main/aarch64/
priority: 16
- dbname: openeuler-21.03-epol
src_db_file: https://repo.openeuler.org/openEuler-21.03/EPOL/source/
bin_db_file: https://repo.openeuler.org/openEuler-21.03/EPOL/aarch64/
priority: 17