rebuild_zebra.pl - add -y option
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 18 Apr 2008 15:53:38 +0000 (10:53 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 21 Apr 2008 16:17:29 +0000 (11:17 -0500)
commit3109d5820ea54ae1e4dbb7aad6fedd47d232a43e
tree0851eb538b113bd150eb01f6ac3830a3f60e399e
parent17d95b579c20f9bd90f0831de0e382326edaf909
rebuild_zebra.pl - add -y option

rebuild_zebra.pl will now mark all zebraqueue entries
of the affected record type(s) done when run in
normal mode to index all records (as opposed to running
it with -z to just process the zebraqueue).  This prevents
any running zebraqueue_daemon processes from attempting
to reindex the same records, redundantly.

The new -y swtich overrides this new behavior; in other words, if
running rebuild_zebra.pl without -z, you can specify
-y to *not* mark zebraqueue done.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
misc/migration_tools/rebuild_zebra.pl