From 544520d6bdfacada4eba4caefedf42864db4b3a0 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 13 Jan 2015 15:30:23 -0300 Subject: [PATCH] GRS-1 deprecation leftover used by jenkins install_misc/environment_Makefile.PL is only used by jenkins to automate the configuration step. This leftover doesn't affect anyone but Jenkins so I take the liberty to push this amendment. Signed-off-by: Tomas Cohen Arazi --- install_misc/environment_Makefile.PL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_misc/environment_Makefile.PL b/install_misc/environment_Makefile.PL index 1eae0d1b61..ed61f00e9c 100644 --- a/install_misc/environment_Makefile.PL +++ b/install_misc/environment_Makefile.PL @@ -55,10 +55,10 @@ export DB_NAME='koha' export DB_USER='kohaadmin' export DB_PASS='katikoan' -export AUTH_INDEX_MODE=grs1 -#export AUTH_INDEX_MODE=dom -export BIB_INDEX_MODE=grs1 -#export BIB_INDEX_MODE=dom +#export AUTH_INDEX_MODE=grs1 +export AUTH_INDEX_MODE=dom +#export BIB_INDEX_MODE=grs1 +export BIB_INDEX_MODE=dom #export ZEBRA_MARC_FORMAT=unimarc export ZEBRA_MARC_FORMAT=marc21 -- 2.20.1