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

Reckless: support additional installation sources #6393

Conversation

endothermicdev
Copy link
Collaborator

This adds abstractions to the search and directory traversal so that additional installation sources can be used. It supports local git repositories, local directories, and web hosted git repos beyond github (does not require an api.) Needs some squashing.

@rustyrussell rustyrussell added this to the v23.08 milestone Jul 9, 2023
@endothermicdev endothermicdev marked this pull request as ready for review July 18, 2023 20:27
tools/reckless Outdated Show resolved Hide resolved
@rustyrussell
Copy link
Contributor

Trivial rebase on master, hoping that helps CI

@rustyrussell
Copy link
Contributor

@endothermicdev needs disabling some tests on elements?

@endothermicdev endothermicdev force-pushed the reckless-multisource-install branch 2 times, most recently from f73bba5 to 7f1ae67 Compare July 25, 2023 21:24
@endothermicdev
Copy link
Collaborator Author

Should be okay on elements - but I did change the debug output and forgot to update the test. Fixed that and realized there should be a test for a local install from directory source. I can squash the new commit if you'd prefer.

Abstracts search and directory traversal. Adds support for installing
from a local git repository, a local directory, or a web hosted git repo
without relying on an api.

Changelog-Changed: Reckless can now install directly from local sources.
@rustyrussell rustyrussell merged commit 7915a9d into ElementsProject:master Jul 26, 2023
38 checks passed
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.

2 participants