-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: add hermit binary source #16259
feat: add hermit binary source #16259
Conversation
1. simplifies findHermitCwd loop 2. use internal fs packages rather than fs-extra direct 3. various of small simplifications
@rarkins As the hermit manager PR is getting closer to merge. I would like to get this PR going as well. Would you mind taking a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm in mobile this week so limited in what I can review and test
I'm ok with this feature as long as its presence doesn't change anything for non hermit users. BTW will this mean that the hermit manager is only applicable for self-hosted though, considering that binarySource is a self hosted option? |
When saying If
|
So the manager can be used independently of the binarySource? |
Yes, the hermit manager is independent of the hermit binarySource. I run hermit manager with docker binarySource before I implement this feature. |
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add show the test repo? i like to have a look how it works.
See also reopened discussion |
Here is a minimal hermit repository setup with a go(v1.17) project. Should be enough to test out the hermit as binary source. Let me know if you need anything else. @viceice https://github.com/lyonlai/hermit-binary-source-example |
Hey @rarkins, have you got a chance to take a look at this yet? |
🎉 This PR is included in version 32.146.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
As part of the Hermit manager feature from #16250, this PR contains the support for hermit as a binary source for renovate.
Context
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: