mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-15 18:41:23 +00:00
17 lines
350 B
INI
17 lines
350 B
INI
# kind: resf.peridot.v1.CatalogSync
|
|
package {
|
|
name: "rocky-release"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "BaseOS"
|
|
include_filter: "rocky-release.noarch"
|
|
include_filter: "rocky-repos.noarch"
|
|
include_filter: "rocky-gpg-keys.noarch"
|
|
}
|
|
repository {
|
|
name: "CRB"
|
|
include_filter: "rocky-sb-certs.noarch"
|
|
}
|
|
}
|
|
|