#6468 Please enable allow to build from git+https://
Closed: Invalid 6 years ago Opened 6 years ago by cqi.

Relative bug https://bugzilla.redhat.com/show_bug.cgi?id=1188634

Koji was able to build from anonymous URL git+https://, for example https://koji.fedoraproject.org/koji/taskinfo?taskID=22123311. New version of fedpkg in upstream has been able to clone from https://. Please enable this again so that packagers can submit build from package repository cloned from anonymous URL.


This protocol is allowed, the problem is that the git url in fedpkg.conf: anongiturl = https://src.fedoraproject.org/git/%(module)s does NOT work, since the /git should not be there.
If I set anongiturl = https://src.fedoraproject.org/%(module)s.git, it works: https://koji.fedoraproject.org/koji/taskinfo?taskID=22812189.

Note the removed /git and added .git suffix (the suffix is optional, so anongiturl = https://src.fedoraproject.org/%(module)s would work too).

Metadata Update from @puiterwijk:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata