Learn more about these different git repos.
Other Git URLs
Currently ksurls are:
global_ksurl = 'git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD'
But we would like to support https here as we are moving that repo to pagure and it doesn't support plain git://
Changing to git+https:// doesn't work as it tries to do a git ls-remote on it. Changing to just https:// likely doesn't work as koji expects git+https to indicate what scm.
Pull request #298 has a patch to strip git+ prefix from the url for resolving purposes. The configuration would contain git+https://pagure.io/fedora-kickstarts.git?#HEAD, but git ls-remote would only be given https:// url.
git+
git+https://pagure.io/fedora-kickstarts.git?#HEAD
git ls-remote
https://
Log in to comment on this ticket.