comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 8 Aug 2022 15:23:54 +0000 (11:23 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 8 Aug 2022 15:23:54 +0000 (11:23 -0400)
doc/bugs/bup_often_errors_out_when_-J___62___1/comment_3_ca2b909c54a772e1eea58b7cbc07bf39._comment

index e1f8649f9608bccc8ca35f2deece7cd06bfb0c55..d726ca75c27828546699e3000e6213ca4bbbe9ec 100644 (file)
@@ -7,8 +7,8 @@ Looks like bup-midx is at fault, and that makes sense; it converts git pack
 files into "midx" files, so is reading and deleting pack files. So it seems
 likely that two of those running at the same time would fail like this.
 
-I'm going to post to bup's mailing list (its github repo does not have
-issues turned on).
+I've posted to bup's mailing list about this:
+<https://groups.google.com/g/bup-list/c/SJg6rQ2XWy8>
 
 git-annex may need to work around this by only running one bup-split at a
 time.