]> arthur.barton.de Git - bup.git/commit - cmd/bloom-cmd.py
cmd/bloom: actually, always use the same temp filename.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 7 Feb 2011 09:28:06 +0000 (01:28 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 7 Feb 2011 09:31:49 +0000 (01:31 -0800)
commit87a715aa531fa17fa12148b7b2c837c8fc874e2f
tree73eff38b1ad79db673dc6fb323ae948250bc4148
parent825dea0746125f542dd84892fb5f3e9b98de3200
cmd/bloom: actually, always use the same temp filename.

There's no reason to use a different temp filename every time, since we're
going to just be overwriting the same output file anyhow.  And if we got
interrupted, we left the temp file lying around.  Let's just always use the
same temp filename, which means if we get interrupted, we'll clean it up
next time.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/bloom-cmd.py