-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use vendored sources #1
Comments
If you add monero_c as a git submodule (as it is added currently) it is getting pinned to current hash, including all scripts and patches in that repo - so it is already pinned |
It is added like so: https://github.com/MrCyjaneK/stack_wallet/blob/monerodart/.gitmodules#L7-L10 So changes could be pushed to There would be less of an issue if we used the current-latest commit hash on rewrite-wip |
This is just source information, actuall pinned hash can be seen here: https://github.com/cypherstack/stack_wallet/pull/831/files#diff-40feb834325610129faed3d162eb16258d73b063549934dae33dde4a61c775e8 it is being pinned to hash 738608....., so no matter what I push to the branch it will checkout that commit. |
Right you are! Then this may be closed |
Windows fix: do not fail on `git clone` if repo already exists
stack_wallet
points to vendored repos.The text was updated successfully, but these errors were encountered: