#297 support https:// for ksurl / template repos
Closed: Fixed None Opened 7 years ago by kevin.

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.

Login to comment on this ticket.

Metadata