mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-24 00:32:55 +00:00
Add "git+" to start of git urls, tested by Troy.
This commit is contained in:
parent
cf286cee19
commit
19f4c144bf
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ lookasidehash = sha512
|
||||||
lookaside_cgi = https://sources.stream.rdu2.redhat.com/lookaside/upload.cgi
|
lookaside_cgi = https://sources.stream.rdu2.redhat.com/lookaside/upload.cgi
|
||||||
distgit_namespaced = True
|
distgit_namespaced = True
|
||||||
distgit_namespaces = rpms
|
distgit_namespaces = rpms
|
||||||
gitbaseurl = ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
gitbaseurl = git+ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
||||||
anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s
|
anongiturl = git+https://gitlab.com/redhat/centos-stream/%(repo)s
|
||||||
branchre = .+\d$|.+\d-.+|master$
|
branchre = .+\d$|.+\d-.+|master$
|
||||||
kojiprofile = stream
|
kojiprofile = stream
|
||||||
build_client = stream
|
build_client = stream
|
||||||
|
|
Loading…
Add table
Reference in a new issue