| |
@@ -5,7 +5,7 @@
|
| |
distgit_namespaced = True
|
| |
distgit_namespaces = rpms
|
| |
gitbaseurl = git+ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
|
| |
- anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s
|
| |
+ anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s.git
|
| |
branchre = .+\d$|.+\d-.+|master$
|
| |
kojiprofile = stream
|
| |
build_client = "koji -p stream"
|
| |
Using
centpkg clone -a
results in a warning from git due to the URLbeing redirected:
Update anongiturl to point to the real URL for HTTP cloning. The
addition of the trailing slash does not raise a warning, so it may be
safely left off the URL.