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 to only git clone --depth 1 to reduce repo download sizes #473

Open
philippejadin opened this issue May 24, 2024 · 1 comment
Labels
Type: Feature Request New feature or request
Milestone

Comments

@philippejadin
Copy link

Is your feature request related to a problem? Please describe

Not really a problem, but I tried to install klipper on a bad wifi connexion, and the repository is so big that the remote connexion was closed (I guess by github) because it took too long.

Describe the solution you'd like

git clone --depth 1 might do the trick ?

Describe alternatives you've considered

In my case, I just connected the pi to a better network, but there is still a lot of wasted bandwidth

Additional information

As always, thank you for the great tool, and sorry if the proposal is silly.

@dw-0
Copy link
Owner

dw-0 commented May 24, 2024

Hi, thanks for the request. It's not silly. It's actually already tracked by this PR: #418
Though, it likely won't get merged soon into the current state of KIAUH. It'll rather be a feature i will build into v6 of KIAUH i am currently working on.

@dw-0 dw-0 changed the title Only git clone --depth 1 feat: only git clone --depth 1 May 24, 2024
@dw-0 dw-0 added the Type: Feature Request New feature or request label May 24, 2024
@dw-0 dw-0 added this to the next milestone May 24, 2024
@dw-0 dw-0 moved this to Backlog in KIAUH Development Board Aug 3, 2024
@dw-0 dw-0 changed the title feat: only git clone --depth 1 feat: allow to only git clone --depth 1 to reduce repo download sizes Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request New feature or request
Projects
Development

No branches or pull requests

2 participants