diff --git a/dist-git-client/etc/default.ini b/dist-git-client/etc/default.ini index 63a4429..6fe995f 100644 --- a/dist-git-client/etc/default.ini +++ b/dist-git-client/etc/default.ini @@ -84,3 +84,11 @@ path_prefixes = /redhat/centos-stream/rpms lookaside_location = https://sources.stream.centos.org lookaside_uri_pattern = sources/rpms/{name}/{filename}/{hashtype}/{hash}/{filename} cloning_pattern = https://gitlab.com/redhat/centos-stream/rpms/{package}.git + +[centos-sig] +clone_hostnames = gitlab.com +path_prefixes = /CentOS/ +lookaside_location = https://sources.stream.centos.org +lookaside_uri_pattern = sources/rpms/{name}/{filename}/{hashtype}/{hash}/{filename} +cloning_pattern_package_parts = sig_name rpms project_name +cloning_pattern = https://gitlab.com/CentOS/{package}.git