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

View File

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