-
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 reregisterurl
to move datalad remotes to web
#36
Conversation
Now blocked by the fact that this requires git-annex 10.20240430 but neurodebian still only has 10.20240227. CC @yarikoptic |
Correction: While the outdated git-annex is a problem, the current test failures are actually due to dandi/dandi-archive#1943. |
on neurodebian and drogon we have now 10.20240430-1~ndall+1 but within |
I removed git and git-annex packages in that conda env ( Note that it seems that subsequent update on the failed dataset just proceeds forward, so we might need to get back to those which once were private and migrate "retroactively" -- please add some support command or script for doing that. |
@yarikoptic This can't be merged, as the tests are still failing due to dandi/dandi-archive#1943. |
30bc29d
to
85c705d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
==========================================
+ Coverage 73.41% 74.62% +1.20%
==========================================
Files 17 17
Lines 2799 2806 +7
Branches 623 624 +1
==========================================
+ Hits 2055 2094 +39
+ Misses 569 533 -36
- Partials 175 179 +4 ☔ View full report in Codecov by Sentry. |
@yarikoptic The tests are finally passing now, and I've created a separate PR in dandi/dandisets for adding a script for backfilling the |
Thank you! Let's get it in! |
Closes #35.