BF(TST): Boost version of git-annex to 8.20201129 to test an error message#5894
Merged
yarikoptic merged 1 commit intodatalad:maintfrom Aug 14, 2021
Merged
Conversation
…to get msg out By no means I did thorough investigation but - test currently fails on cron (and locally) if I do have 8.20200309 installed - last change to that line/logic is from later -- so I decided to go with that one $> git blame Remote/Helper/ExportImport.hs | grep 'use .git-annex export' 9a2c8757f3 Remote/Helper/ExportImport.hs (Joey Hess 2020-12-18 14:52:57 -0400 153) then giveup "remote is configured with exporttree=yes; use `git-annex export` to store content on it" $> git describe --contains 9a2c8757f3 8.20201129~30^2~22 someone else is welcome to bisect closer if that is not the version refs: - prior discussion datalad#5809 (comment) - Closes datalad#5879
bb14141 to
1e0c99d
Compare
Codecov Report
@@ Coverage Diff @@
## maint #5894 +/- ##
==========================================
+ Coverage 90.32% 90.34% +0.02%
==========================================
Files 300 300
Lines 42396 42396
==========================================
+ Hits 38293 38302 +9
+ Misses 4103 4094 -9
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By no means I did thorough investigation but
test currently fails on cron (and locally) if I do have 8.20200309 installed
last change to that line/logic is from later -- so I decided to go with that one
$> git blame Remote/Helper/ExportImport.hs | grep 'use .git-annex export'
9a2c8757f3 Remote/Helper/ExportImport.hs (Joey Hess 2020-12-18 14:52:57 -0400 153) then giveup "remote is configured with exporttree=yes; use
git-annex exportto store content on it"$> git describe --contains 9a2c8757f3
8.20201129
30^222someone else is welcome to bisect closer if that is not the version
refs: