From e81ab53a1416be6ff8836602217ad5576af8b892 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 19 Dec 2011 01:32:22 +0000 Subject: [PATCH] CSPACE-4684,CSPACE-4728: Added fixme comment to the nightly / tarball distribution utility script. --- scripts/nightlyDist.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/nightlyDist.sh b/scripts/nightlyDist.sh index 601e63d7d..af05c8d9e 100755 --- a/scripts/nightlyDist.sh +++ b/scripts/nightlyDist.sh @@ -88,6 +88,10 @@ echo "Removing nightly-specific and other host-specific config files ..." find $APP_LAYER_CONFIG_DIR -name nightly-settings.xml -delete find $APP_LAYER_CONFIG_DIR -name local-settings.xml -delete +# FIXME: Need to add an action here to copy each instance of the +# file settings.xml, found in each App layer tenant folder, to +# a file named local-settings.xml files in each of those folder(s) + echo "Removing services JAR files ..." rm -Rf $CATALINA_LIB_DIR/cspace-services-authz.jar rm -Rf $CATALINA_LIB_DIR/cspace-services-authn.jar -- 2.47.3