forked from osbuild/osbuild-composer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSchutzfile
42 lines (42 loc) · 810 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
{
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
},
"rhel-8.6": {
"dependencies": {
"osbuild": {
"commit": "2e8ef3eadddda07b4649feb2c05b62c42254d2c9"
}
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
}
}