OpenMandrivaSoftware / rosa-build

Core of ABF
https://openmandriva.org
Other
1 stars 4 forks source link

app/models/project.rb hardcodes "git://github.com/" prefix to URLs, but github no longer supports git:// #161

Open berolinux opened 2 years ago

berolinux commented 2 years ago

Github turned off git:// support, so project.rb passes invalid URLs to every build process now, making abf useless until fixed. Probably while at it, we shouldn't hardcode github.com (certainly still allowing it, but also allowing to pull in stuff hosted elsewhere, like on our own servers or gitlab).

berolinux commented 2 years ago

Workaround added to https://github.com/OpenMandrivaSoftware/docker-builder/commit/4607c13264e600e213babeedf025480ba83fe5da to keep builders doing something useful.