Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
berolinux opened this issue Jan 11, 2022 · 1 comment

Comments

@berolinux
Copy link
Member

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
Copy link
Member Author

Workaround added to OpenMandrivaSoftware/docker-builder@4607c13 to keep builders doing something useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant