Switch rpmbuild to RHEL 8.9/9.3 GA
This commit is contained in:
parent
fd2079be60
commit
4977501cc6
3 changed files with 6 additions and 88 deletions
|
|
@ -48,10 +48,10 @@ RPM:
|
|||
- aws/centos-stream-8-aarch64
|
||||
- aws/centos-stream-9-x86_64
|
||||
- aws/centos-stream-9-aarch64
|
||||
- aws/rhel-8.8-ga-x86_64
|
||||
- aws/rhel-8.8-ga-aarch64
|
||||
- aws/rhel-9.2-ga-x86_64
|
||||
- aws/rhel-9.2-ga-aarch64
|
||||
- aws/rhel-8.9-ga-x86_64
|
||||
- aws/rhel-8.9-ga-aarch64
|
||||
- aws/rhel-9.3-ga-x86_64
|
||||
- aws/rhel-9.3-ga-aarch64
|
||||
- RUNNER:
|
||||
- aws/rhel-8.10-nightly-x86_64
|
||||
- aws/rhel-8.10-nightly-aarch64
|
||||
|
|
|
|||
84
Schutzfile
84
Schutzfile
|
|
@ -233,47 +233,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"rhel-8.9": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/rhel8internal.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
|
||||
"name": "baseos",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-baseos-n8.9-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
|
||||
"name": "appstream",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.9-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
|
||||
"name": "crb",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.9-20240101"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
|
||||
"name": "baseos",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.9-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
|
||||
"name": "appstream",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.9-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
|
||||
"name": "crb",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.9-20240101"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"rhel-8.10": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
@ -315,47 +274,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"rhel-9.3": {
|
||||
"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.3-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||
"name": "appstream",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.3-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||
"name": "crb",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.3-20240101"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||
"name": "baseos",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.3-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||
"name": "appstream",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.3-20240101"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||
"name": "crb",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.3-20240101"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"rhel-9.4": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
@ -452,4 +370,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
40e5f0c5d7da48ef4521e051bcf0ceaab429d02f
|
||||
0caf5afd068c94b7c39419bb1a2249d1e1dae6b2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue