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

Support non-github git refs #10

Open
CGA1123 opened this issue Aug 16, 2021 · 0 comments
Open

Support non-github git refs #10

CGA1123 opened this issue Aug 16, 2021 · 0 comments
Labels
cli Affecting the CLI utility core Affecting core slugcmplr functionality/logic

Comments

@CGA1123
Copy link
Owner

CGA1123 commented Aug 16, 2021

See: https://devcenter.heroku.com/articles/buildpacks#buildpack-references

Would be nice to support generic git references as buildpack URLs, currently only support github.com references (because the tarball API is very convenient)

Using go-git to checkout a particular version should be not too difficult.

Should be a shallow clone + only checkout the ref required.

Might be nice to support using .netrc again for auth?

@CGA1123 CGA1123 added cli Affecting the CLI utility core Affecting core slugcmplr functionality/logic labels Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Affecting the CLI utility core Affecting core slugcmplr functionality/logic
Projects
None yet
Development

No branches or pull requests

1 participant