Re-sync, add extra options and extra repos

This commit is contained in:
Mustafa Gezen 2022-05-08 12:35:10 +02:00
parent 00632e64e7
commit 66e2a0604f
Signed by: mustafa
GPG Key ID: DCDF010D946438C1
4 changed files with 2344 additions and 2318 deletions

2
.editorconfig Normal file
View File

@ -0,0 +1,2 @@
[*]
indent_size = 2

File diff suppressed because it is too large Load Diff

15
extra.cfg Normal file
View 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
View 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"
}