This commit is contained in:
Joey Hess 2012-11-25 16:35:17 -04:00
parent 66c0da1fa9
commit 8ad03e1c78
2 changed files with 14 additions and 0 deletions

View file

@ -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]]

View file

@ -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.