Start building RPMs on 9.5 nightly
Related: COMPOSER-2227
This commit is contained in:
parent
a0d4dfa575
commit
4b66874824
3 changed files with 44 additions and 1 deletions
|
|
@ -56,6 +56,8 @@ RPM:
|
|||
- aws/rhel-8.10-nightly-aarch64
|
||||
- aws/rhel-9.4-nightly-x86_64
|
||||
- aws/rhel-9.4-nightly-aarch64
|
||||
- aws/rhel-9.5-nightly-x86_64
|
||||
- aws/rhel-9.5-nightly-aarch64
|
||||
INTERNAL_NETWORK: "true"
|
||||
|
||||
OSTree Images:
|
||||
|
|
|
|||
41
Schutzfile
41
Schutzfile
|
|
@ -315,6 +315,47 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"rhel-9.5": {
|
||||
"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-20240501"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||
"name": "appstream",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.5-20240501"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||
"name": "crb",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.5-20240501"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||
"name": "baseos",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.5-20240501"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||
"name": "appstream",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.5-20240501"
|
||||
},
|
||||
{
|
||||
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||
"name": "crb",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.5-20240501"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"centos-stream-8": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
ac4c95f6e60b34458682845ea07a32d99ec91899
|
||||
db213ee9af376144749b5e69301ee6147e67e522
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue