| |
@@ -4,8 +4,8 @@
|
| |
lookaside_cgi = https://sources.stream.rdu2.redhat.com/lookaside/upload.cgi
|
| |
distgit_namespaced = True
|
| |
distgit_namespaces = rpms
|
| |
- gitbaseurl = ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
| |
- anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s
|
| |
+ gitbaseurl = git+ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
| |
+ anongiturl = git+https://gitlab.com/redhat/centos-stream/%(repo)s
|
| |
branchre = .+\d$|.+\d-.+|master$
|
| |
kojiprofile = stream
|
| |
build_client = stream
|
| |
Suggested by Brian and tested by Troy.