mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Remove explicit git+ from anon git url.
This commit is contained in:
parent
dda40dd5a5
commit
4027252911
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ lookaside_cgi = https://sources.stream.rdu2.redhat.com/lookaside/upload.cgi
|
||||||
distgit_namespaced = True
|
distgit_namespaced = True
|
||||||
distgit_namespaces = rpms
|
distgit_namespaces = rpms
|
||||||
gitbaseurl = git+ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
gitbaseurl = git+ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
||||||
anongiturl = git+https://gitlab.com/redhat/centos-stream/%(repo)s
|
anongiturl = 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