mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add OKD
This commit is contained in:
parent
e5edf4b854
commit
a796681538
27
extra.cfg
27
extra.cfg
@ -36,6 +36,9 @@ exclude_filter {
|
|||||||
glob_match: "centos-release-storage-common"
|
glob_match: "centos-release-storage-common"
|
||||||
glob_match: "centos-release-virt-common"
|
glob_match: "centos-release-virt-common"
|
||||||
glob_match: "centos-release-ovirt45"
|
glob_match: "centos-release-ovirt45"
|
||||||
|
glob_match: "centos-release-cloud"
|
||||||
|
glob_match: "centos-release-okd-4.13"
|
||||||
|
glob_match: "centos-release-okd-4.14"
|
||||||
}
|
}
|
||||||
arch {
|
arch {
|
||||||
key: "ppc64le"
|
key: "ppc64le"
|
||||||
@ -346,6 +349,30 @@ package {
|
|||||||
include_filter: "centos-release-ovirt45.noarch"
|
include_filter: "centos-release-ovirt45.noarch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
package {
|
||||||
|
name: "centos-release-cloud"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-cloud.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
package {
|
||||||
|
name: "centos-release-okd-4.13"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-okd-4.13.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
package {
|
||||||
|
name: "centos-release-okd-4.14"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-okd-4.14.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
# End CentOS
|
# End CentOS
|
||||||
|
|
||||||
# Non-existent stuff
|
# Non-existent stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user