From 43843122a0223a09e0bedd4d8e791852738c7443 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Jun 25 2024 07:55:46 +0000 Subject: Use gitlab.com for the centpkg-sig Previously broken cloning has been fixed in 875769 & 8e123d and now expects the repos to be present on the gitlab.com/CentOS/‹SIG›/rpms namespace, given the validation happens against gitlab.com it doesn't make much sense to expect the repos to be present on git.centos.org. Therefore change the default dist-git URLs for SIG repos to be on gitlab.com rather than git.centos.org Signed-off-by: Matej Focko --- diff --git a/src/centpkg-sig.conf b/src/centpkg-sig.conf index 324124c..cefc0c8 100644 --- a/src/centpkg-sig.conf +++ b/src/centpkg-sig.conf @@ -5,8 +5,8 @@ lookaside_cgi = https://git.centos.org/sources/upload_sig.cgi # lookaside_cgi = https://git.centos.org/sources/upload.cgi distgit_namespaced = True distgit_namespaces = rpms -gitbaseurl = ssh://git@git.centos.org/%(repo)s.git -anongiturl = https://git.centos.org/%(repo)s +gitbaseurl = git+ssh://git@gitlab.com/CentOS/%(repo)s.git +anongiturl = https://gitlab.com/CentOS/%(repo)s.git branchre = c\d+s?-sig-.+|master$ kojiprofile = cbs build_client = cbs @@ -26,3 +26,7 @@ git_excludes = /.build-*.log results_*/ clog + +[centpkg-sig.distgit] +apibaseurl = https://gitlab.com +token =