Repo domain doesn't clean up its temp tar files when asked to produce a tar for
a whole directory.
Although they are all emitted into /tmp, they still leak, and over time
accumulate to the detriment of the system.
Problem is I don't know the lifetime of the generated files, have no means of
scheduling a [file delete] when they're no longer useful.
One possible solution would be to generate them into a subdir, then
periodically clean up everything older than some magic age.
Original issue reported on code.google.com by mcc...@gmail.com on 16 Jan 2011 at 11:52
Original issue reported on code.google.com by
mcc...@gmail.com
on 16 Jan 2011 at 11:52