Signed-off-by: Tim Flink tflink@fedoraproject.org
Changes anongiturl to use https and src.fedoraproject.org to fit changes to how dist-git is hosted from late last year
Does Koji work with https://src.stg.fedoraproject.org/git/%(module)s now?
https://src.stg.fedoraproject.org/git/%(module)s
This https anonymous link was reverted from this change before, please refer to https://pagure.io/fedpkg/pull-request/106
https
CC me, @phracek, @jscotka
Koji needs the url to be git+https://… and then it can access it (can be tested with a scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=19122540). However with such config an anonymous clone will fail.
git+https://…
Could you also explain what problem you are trying to solve with this?
The problem is that fedpkg clone -a now fails when used from inside Fedora Infra: https://phab.qa.fedoraproject.org/T944 That involves all tasks executed by Taskotron.
fedpkg clone -a
My understanding is that @tflink discussed this with @puiterwijk and he was told that the anonymous clone URL was incorrect and should be changed anyway. But seeing that Koji is unable to work with the new URL, maybe we can discuss this Fedora Infra again and come up with a temporary solution until Koji is fixed.
Here's a relevant infra ticket: https://pagure.io/fedora-infrastructure/issue/5636
@puiterwijk solved the infra problem, so this change is no longer critical for our use case.
@lsedlar I just tried a scratch build with same prefix git+https://, but it failed. Anything changed?
git+https://
[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=22080126
I think this commit disabled that particular form of URL.
I cherry pick this commit and make a new PR with related change for fedpkg together. I'm going to close this PR. Thank you very much.
UPDATE:
That new PR is https://pagure.io/fedpkg/pull-request/147
Pull-Request has been closed by cqi
Signed-off-by: Tim Flink tflink@fedoraproject.org
Changes anongiturl to use https and src.fedoraproject.org to fit changes to how dist-git is hosted from late last year