forked from osbuild/osbuild-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSchutzfile
43 lines (43 loc) · 921 Bytes
/
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
{
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
},
"rhel-8.3": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174",
"pre_install_packages": [
"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
]
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
}
}