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

feat: allow non-github klipper repositories, as well as ssh cloning #452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

o080o
Copy link

@o080o o080o commented Mar 19, 2024

This change allows users to use Klipper repositories other than github.com, including gitlab.com.

This addresses #398 as well as including the functionality from the open PR #323 regarding ssh cloning (since, they both touch the same line of code, in effectively the same way)

@hg42
Copy link

hg42 commented May 6, 2024

I generally think, kiuah should not mess with the repo url at all.
My own current patch just removes the sed command to remove the github from the url, but for compatibility I add https://github/, if the url does not contain ://.
I just wanted to create a pull request, but then saw this one.

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

Successfully merging this pull request may close these issues.

None yet

2 participants