retry updated REF: https://github.com/kadwanev/retry/commit/7d2caa94a7e54bd15f54fb7f2395e11b2b829575
While spell checking and linting a few typos showed up. This commit eliminates those linting alerts.
REF: #17207
retry updated REF: https://github.com/kadwanev/retry/commit/7d2caa94a7e54bd15f54fb7f2395e11b2b829575
While spell checking and linting a few typos showed up. This commit eliminates those linting alerts.
REF: #17207
Huh, I wasn't aware we were subtree-ing this at all. It's not mentioned here: https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#subtrees
In travis, it's failing the git-subtree-check.
maybe it should be?
I'm not sure. It doesn't seem like something that needs to be updated often. But I don't have a strong opinion on it. @MarcoFalke imported this so will leave it to him.
This is not a subtree, but a plain copy. I don't know what this pull request is trying to achieve with its 22 commits. Unsubscribing. You can ping me when this is a single commit, ready for review that passes travis.
Again, this is not a subtree or submodule or whatever.
rm -r ci/retry && mv remote/retry ci/ is all that is needed to update this file.
I don't understand why this is so complicated