]> git.michaelhowe.org Git - packages/b/bup.git/commit
cmd/bloom: by default generate bloom filters in *all* index-cache dirs.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 16 Feb 2011 23:58:14 +0000 (15:58 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 00:00:39 +0000 (16:00 -0800)
commit667cc8caa69f3444ad113f91904848cc47a60f1e
treec7d356dd7d3cd795433f2918f04b7b777891cf97
parentf36b287401a4e2848ffb01c414d10aea854688e8
cmd/bloom: by default generate bloom filters in *all* index-cache dirs.

This matches with 'bup midx -a' and 'bup midx -f' behaviour.  People might
have been thinking they were regenerating bloom filters without actually
doing them all.

Moved some shared code to do this from cmd/midx to git.py.

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