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
BF: make datalad push
not fail to push data on first try to Gin
#5148
Conversation
It would create config variables for `annex-uuid`, and without a reload we would miss them.
Whenever it finds a remote that is not set to `annex-ignore`, but has no `annex-uuid` either, it attempts a `localsync`, which will trigger an init. Fixes dataladgh-5143
Happy to report that this fixes the issues!
|
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.
Thanks. Looks sensible to me.
Travis didnt even start after 14h |
Codecov Report
@@ Coverage Diff @@
## maint #5148 +/- ##
==========================================
- Coverage 89.95% 89.93% -0.03%
==========================================
Files 293 293
Lines 40911 40918 +7
==========================================
- Hits 36801 36799 -2
- Misses 4110 4119 +9
Continue to review full report at Codecov.
|
Yeah, all green! Thx all. |
Key commit is 7e27a1d
Exploration is in #5143 and this PR fixes #5143