mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-23 22:01:24 +00:00
Re-sync, add extra options and extra repos
This commit is contained in:
parent
00632e64e7
commit
66e2a0604f
2
.editorconfig
Normal file
2
.editorconfig
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[*]
|
||||||
|
indent_size = 2
|
File diff suppressed because it is too large
Load Diff
15
extra.cfg
Normal file
15
extra.cfg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# kind: resf.peridot.v1.CatalogSync
|
||||||
|
# This configuration file contains extra packages that we
|
||||||
|
# add to our repos. NO extra entry allowed in default repositories.
|
||||||
|
# Usually for "plus" or any other value-add repo
|
||||||
|
package {
|
||||||
|
name: "openldap"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_FORK
|
||||||
|
repository {
|
||||||
|
name: "Plus"
|
||||||
|
include_filter: "openldap-servers.aarch64"
|
||||||
|
include_filter: "openldap-servers.ppc64le"
|
||||||
|
include_filter: "openldap-servers.s390x"
|
||||||
|
include_filter: "openldap-servers.x86_64"
|
||||||
|
}
|
||||||
|
}
|
8
extraoptions.cfg
Normal file
8
extraoptions.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# kind: resf.peridot.v1.CatalogExtraOptions
|
||||||
|
# We usually don't set any with/without flags but if we want to
|
||||||
|
# add extra artifacts to a separate repository without affecting
|
||||||
|
# the main SRPM. This is a good way to do it
|
||||||
|
package_options {
|
||||||
|
name: "openldap"
|
||||||
|
with: "servers"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user