Add the rhsm.facts stage.
We initially provide a Facts file that stores the `ApiType`. This is the API that was used to request the compose.
This commit is contained in:
parent
dba76a1204
commit
c5f335bceb
9 changed files with 111 additions and 16 deletions
24
Schutzfile
24
Schutzfile
|
|
@ -2,7 +2,7 @@
|
|||
"fedora-35": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"fedora-36": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -156,21 +156,21 @@
|
|||
"rhel-8.4": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.6": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.7": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -216,14 +216,14 @@
|
|||
"rhel-9.0": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-9.1": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -269,21 +269,21 @@
|
|||
"centos-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-9": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-stream-9": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -329,7 +329,7 @@
|
|||
"centos-stream-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "376cbffd136bc4ba86fc7c63697fa5b88fe3acef"
|
||||
"commit": "ba218f781d4c7455cd995eea55be09e902370905"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -386,4 +386,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue