From: Wolfram Schneider Date: Mon, 12 Apr 2010 12:39:56 +0000 (+0000) Subject: zebraidx needs a config file to build the test database X-Git-Tag: CPAN-v1.02~54^2~93^2~14 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=ede2382193c1420e7b33f05c8b3325339faa83ab zebraidx needs a config file to build the test database --- diff --git a/zebra/Makefile b/zebra/Makefile index 1d4fe1e..86154e2 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -29,10 +29,10 @@ newdb: newdb-test: tar xzf ${DUMP_DIR}/${IRSPY_ARCHIVE}${IRSPY_ARCHIVE_EXT} mkdir -p ${ZEBRA_TEST_DIR}/lock ${ZEBRA_TEST_DIR}/register ${ZEBRA_TEST_DIR}/shadow ${ZEBRA_TEST_DIR}/tmp - zebraidx-2.0 init - zebraidx-2.0 update zeerex-test.xml - zebraidx-2.0 update ${IRSPY_ARCHIVE} - zebraidx-2.0 commit + zebraidx-2.0 -c zebra-test.cfg init + zebraidx-2.0 -c zebra-test.cfg update zeerex-test.xml + zebraidx-2.0 -c zebra-test.cfg update ${IRSPY_ARCHIVE} + zebraidx-2.0 -c zebra-test.cfg commit dump: rm -rf records-${DATE}.old