Define rhel-9.5 repos
Related: COMPOSER-2227
This commit is contained in:
parent
a691df2353
commit
39370abce4
2 changed files with 47 additions and 1 deletions
46
Schutzfile
46
Schutzfile
|
|
@ -272,6 +272,52 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rhel-9.5": {
|
||||||
|
"dependencies": {
|
||||||
|
"osbuild": {
|
||||||
|
"commit": "4f4bddcc758303022ba4a0aa46d9c77d5593a625"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"repos": [
|
||||||
|
{
|
||||||
|
"file": "/etc/yum.repos.d/rhel9internal.repo",
|
||||||
|
"x86_64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.5-20240515"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.5-20240515"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.5-20240515"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"aarch64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.5-20240515"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.5-20240515"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.5-20240515"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"centos-9": {
|
"centos-9": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"osbuild": {
|
"osbuild": {
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
6dded52809c87637e77bb0819877351955af1cd2
|
86cb482645e99849de51a067b4af02fa9aca54a8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue