diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-27 21:24:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-27 21:24:00 -0400 |
commit | 50a0062402c9227b0e96335a837e6f38a7b5b3fb (patch) | |
tree | 93c6b572e3aa8e6d511d2cfaff876f1c3c6631f2 /doc/devblog/day_159__tmp_file_cleanup.mdwn | |
parent | 651c722521151b9cf3e7279d81c81ada9648d2aa (diff) |
devblog for 27 apr (will push later; in middle of nowhere, BZ)
Diffstat (limited to 'doc/devblog/day_159__tmp_file_cleanup.mdwn')
-rw-r--r-- | doc/devblog/day_159__tmp_file_cleanup.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_159__tmp_file_cleanup.mdwn b/doc/devblog/day_159__tmp_file_cleanup.mdwn new file mode 100644 index 000000000..d1ef58109 --- /dev/null +++ b/doc/devblog/day_159__tmp_file_cleanup.mdwn @@ -0,0 +1,12 @@ +Today was mostly spent driving across Brazil, but I had energy this evening +for a little work on git-annex. + +Made the assistant delete old temporary files on startup. I've had +scattered reports of a few users whose `.git/annex/tmp` contained many +files, apparently put there by the assistant when it locks down a file +prior to annexing it. That seems it could possibly be a bug -- or it could +just be unclean shutdowns interrupting the assistant. Anyway, this will +deal with any source of tmp cruft, and I made sure to preserve +tmp files for partially downloaded content. + +[[!meta date="Sun, 27 Apr 2014 22:12:55 -0300"]] |