forked from osbuild/osbuild-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSchutzfile
130 lines (130 loc) · 3.65 KB
/
Schutzfile
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
}
},
"rhel-8.5": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
}
},
"rhel-8.6": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
},
"repos": {
"file": "/etc/yum.repos.d/rhel8internal.repo",
"x86_64": [
{
"title": "RHEL-8-NIGHTLY-BaseOS",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-baseos-n8.6-20220106"
},
{
"title": "RHEL-8-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.6-20220106"
},
{
"title": "RHEL-8-NIGHTLY-CRB",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.6-20220126"
}
],
"aarch64": [
{
"title": "RHEL-8-NIGHTLY-BaseOS",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.6-20220106"
},
{
"title": "RHEL-8-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.6-20220106"
},
{
"title": "RHEL-8-NIGHTLY-CRB",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.6-20220126"
}
]
}
},
"rhel-9.0": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
},
"repos": {
"file": "/etc/yum.repos.d/rhel9internal.repo",
"x86_64": [
{
"title": "RHEL-9-NIGHTLY-BaseOS",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.0-20220106"
},
{
"title": "RHEL-9-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.0-20220106"
},
{
"title": "RHEL-9-NIGHTLY-CRB",
"name": "crb",
"baseurl": "http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0.0/compose/CRB/x86_64/os/"
}
],
"aarch64": [
{
"title": "RHEL-9-NIGHTLY-BaseOS",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.0-20220106"
},
{
"title": "RHEL-9-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.0-20220106"
},
{
"title": "RHEL-9-NIGHTLY-CRB",
"name": "crb",
"baseurl": "http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0.0/compose/CRB/aarch64/os/"
}
]
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
}
}
}