#8 Add "git+" to start of git urls, tested by Troy.
Merged 3 years ago by bstinson. Opened 3 years ago by jamesantill.
centos/ jamesantill/centpkg develop  into  develop

file modified
+2 -2
@@ -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.

Pull-Request has been merged by bstinson

3 years ago
Metadata