diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-25 16:35:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-25 16:35:17 -0400 |
commit | 8a1831845f48062745f9b901c0bb9d060450c564 (patch) | |
tree | 69309e35ce8f667d956bb114ed8d6743907013fd | |
parent | 762a23af0b321bbc03b377246871757957b4812d (diff) |
update
-rw-r--r-- | doc/bugs/glacier_with_assistant_bugs.mdwn | 5 | ||||
-rw-r--r-- | doc/design/assistant/blog/day_139__catch_up.mdwn | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/glacier_with_assistant_bugs.mdwn b/doc/bugs/glacier_with_assistant_bugs.mdwn index 9bfecde61..4486a4f19 100644 --- a/doc/bugs/glacier_with_assistant_bugs.mdwn +++ b/doc/bugs/glacier_with_assistant_bugs.mdwn @@ -5,4 +5,9 @@ But other assistants that also have a copy cannot trust that, and so don't remove their copies. +* For that matter, glacier-cli currently relies on a local cache of + inventory information, and so other git-annexes using the same glacier + repository are not able to access stuff in it, unless and until + `glacier vault sync` is run. + [[!tag /design/assistant]] diff --git a/doc/design/assistant/blog/day_139__catch_up.mdwn b/doc/design/assistant/blog/day_139__catch_up.mdwn new file mode 100644 index 000000000..e6c8c1e78 --- /dev/null +++ b/doc/design/assistant/blog/day_139__catch_up.mdwn @@ -0,0 +1,9 @@ +Got progress bars working for glacier. This needed some glacier-cli +changes, which Robie helpfully made earlier. + +Spent some hours getting caught up and responding to bug reports, etc. + +Spent a while trying to make git-annex commands that fail to find +any matching files to act on print a useful warning message, +rather than the current nothing. Concluded this will be surprisingly +hard to do, due to the multiple seek passes some commands perform. |