git-annex/debian
Joey Hess 2a9077f4e9 fix transfer log cleanup crash
Avoid crashing when "git annex get" fails to download from one location,
and falls back to downloading from a second location.

The problem is that git annex get calls download recursively from within
itself if the first download attempt fails. So the first time through, it
writes a transfer info file, which is then overwritten on the second,
recursive call. Then on cleanup, it tries to delete the file twice, which
of course doesn't work.

Fixed both by not crashing if the transfer file is removed, and by
changing Get to not run download recursively like that. It's the only
thing that did so, and it just seems like a bad idea.
2012-08-07 13:30:08 -04:00
..
changelog fix transfer log cleanup crash 2012-08-07 13:30:08 -04:00
compat debhelper v9 2012-01-15 14:53:38 -04:00
control Version build dependency on STM, and allow building without it, which disables the watch command. 2012-06-26 09:15:47 -04:00
copyright add a favicon 2012-05-10 14:18:35 -04:00
doc-base Add doc-base file. Closes: #621408 2011-04-06 21:57:22 -04:00
NEWS releasing version 3.20120123 2012-01-23 15:09:50 -04:00
rules update 2010-10-27 15:08:46 -04:00