aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Antoine Beaupré <anarcat@debian.org>2016-04-04 16:51:14 -0400
committerGravatar Antoine Beaupré <anarcat@debian.org>2016-04-04 16:51:14 -0400
commita2ffe3dc6443195fdd65f1e1fcbeb2b5a2735396 (patch)
treef0b54910119f35c884f5fe980189250184cd1a4d
parentbf019ca1db87a419d8ede6b49b4022419cc6230d (diff)
comment
-rw-r--r--doc/bugs/remotes_disappeared/comment_3_794372fb37621f37478313abc4ee92cf._comment38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/remotes_disappeared/comment_3_794372fb37621f37478313abc4ee92cf._comment b/doc/bugs/remotes_disappeared/comment_3_794372fb37621f37478313abc4ee92cf._comment
new file mode 100644
index 000000000..2fa413cc0
--- /dev/null
+++ b/doc/bugs/remotes_disappeared/comment_3_794372fb37621f37478313abc4ee92cf._comment
@@ -0,0 +1,38 @@
+[[!comment format=mdwn
+ username="anarcat"
+ subject="""comment 3"""
+ date="2016-04-04T20:39:24Z"
+ content="""
+No trust information was ever assigned to that remote:
+
+ [1012]anarcat@angela:mp31$ git show git-annex:trust.log | grep 6f812272-18c8-4346-b68a-f57ae50f657e
+ [1013]anarcat@angela:mp31$ git log -p git-annex -- trust.log | grep 6f812272-18c8-4346-b68a-f57ae50f657e
+ [1014]anarcat@angela:mp31$
+
+None of the repositories removed from the `git annex info` display
+were ever marked as dead, in fact, two of those were marked as
+`trusted`, from what I can see here:
+
+ [1018]anarcat@angela:mp31$ for repo in 22921df6-ff75-491c-b5d9-5a2aab33a689 f8818d12-9882-4ca5-bc0f-04e987888a8d 3f6d8082-6f4b-4faa-a3d9-bd5db1891077 4249a4ea-343a-43a8-9bba-457d2ff87c7d f867da6f-78cb-49be-a0db-d1c8e5f53664 ; do
+ > git log -p git-annex -- trust.log | grep $repo
+ > done
+ 22921df6-ff75-491c-b5d9-5a2aab33a689 1 timestamp=1400247400.46351s
+ +22921df6-ff75-491c-b5d9-5a2aab33a689 1 timestamp=1400247400.46351s
+ f8818d12-9882-4ca5-bc0f-04e987888a8d 1 timestamp=1424140026.947448s
+ f8818d12-9882-4ca5-bc0f-04e987888a8d 1 timestamp=1424140026.947448s
+ +f8818d12-9882-4ca5-bc0f-04e987888a8d 1 timestamp=1424140026.947448s
+
+And yes, I did run a transition a while back. I don't remember if I
+ran it multiple times: this is one of my first git-annex repos, so a
+lot of stuff may have happened to it its 3 years of existence:
+
+ $ git log | tail -5
+ commit 2400a4b46bc2b1a015e6881ef0c331c519016b64
+ Author: Antoine Beaupré <anarcat@koumbit.org>
+ Date: Sun Aug 18 22:14:47 2013 -0400
+
+ enter git annex
+
+It seems to me that the transition mechanism *may* be triggered before
+the `uuid.log` or `trust.log` files be fully merged - is that possible?
+"""]]