mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
put excludes at the top
This commit is contained in:
parent
b6d7c9c845
commit
42520ab42a
59
extra.cfg
59
extra.cfg
@ -2,6 +2,36 @@
|
||||
# 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
|
||||
|
||||
# s390x, ppc64le, x86_64 are never considered altarch. s390x does not have
|
||||
# rpmfusion packages for obvious reasons. elrepo does not exist for
|
||||
# aarch64 yet, but will. aarch64 is a blend of altarch and primary.
|
||||
exclude_filter {
|
||||
repo_match: "^extras$"
|
||||
arch {
|
||||
key: "s390x"
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-elrepo"
|
||||
glob_match: "rocky-release-altarch"
|
||||
glob_match: "rocky-release-cloud"
|
||||
glob_match: "rpmfusion-free-release"
|
||||
glob_match: "elrepo-release"
|
||||
}
|
||||
arch {
|
||||
key: "ppc64le"
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-elrepo"
|
||||
glob_match: "rocky-release-altarch"
|
||||
glob_match: "rocky-release-cloud"
|
||||
glob_match: "elrepo-release"
|
||||
}
|
||||
arch {
|
||||
key: "x86_64"
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-altarch"
|
||||
}
|
||||
}
|
||||
|
||||
package {
|
||||
name: "openldap"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
@ -92,31 +122,4 @@ package {
|
||||
}
|
||||
}
|
||||
|
||||
# s390x, ppc64le, x86_64 are never considered altarch. s390x does not have
|
||||
# rpmfusion packages for obvious reasons. elrepo does not exist for
|
||||
# aarch64 yet, but will. aarch64 is a blend of altarch and primary.
|
||||
exclude_filter {
|
||||
repo_match: "^extras$"
|
||||
arch {
|
||||
key: "s390x"
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-elrepo"
|
||||
glob_match: "rocky-release-altarch"
|
||||
glob_match: "rocky-release-cloud"
|
||||
glob_match: "rpmfusion-free-release"
|
||||
glob_match: "elrepo-release"
|
||||
}
|
||||
arch {
|
||||
key: "ppc64le"
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-elrepo"
|
||||
glob_match: "rocky-release-altarch"
|
||||
glob_match: "rocky-release-cloud"
|
||||
glob_match: "elrepo-release"
|
||||
}
|
||||
arch {
|
||||
key: "x86_64"
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-altarch"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user