| |
@@ -5,8 +5,8 @@
|
| |
# 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 @@
|
| |
/.build-*.log
|
| |
results_*/
|
| |
clog
|
| |
+
|
| |
+ [centpkg-sig.distgit]
|
| |
+ apibaseurl = https://gitlab.com
|
| |
+ token =
|
| |
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 mfocko@redhat.com