add hidden repo

This commit is contained in:
Louis Abel 2022-10-26 09:29:24 -07:00
parent d256263609
commit 7929bfb937
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@ package {
name: "PyQt-builder"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "plus"
name: "hidden"
include_filter: "PyQt-builder.noarch"
}
}
@ -14,17 +14,17 @@ package {
name: "spirv-headers"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "plus"
name: "hidden"
include_filter: "spirv-headers-devel.noarch"
}
}
# All Excludes
exclude_filter {
repo_match: "plus"
arch {
key: "*"
glob_match: "PyQt-builder*"
glob_match: "spirv-headers*"
}
}
#exclude_filter {
# repo_match: "plus"
# arch {
# key: "*"
# glob_match: "PyQt-builder*"
# glob_match: "spirv-headers*"
# }
#}