Searched refs:OPENGROK_INSTANCE_BASE (Results 1 - 2 of 2) sorted by relevance

/opengrok/
H A DOpenGrok23 # - OPENGROK_INSTANCE_BASE Base Directory of the OpenGrok User Data Area
163 OPENGROK_INSTANCE_BASE="${OPENGROK_INSTANCE_BASE:-/var/opengrok}"
187 SRC_ROOT="${OPENGROK_INSTANCE_BASE}/src"
192 DATA_ROOT="${OPENGROK_INSTANCE_BASE}/data"
197 PATH_DESC="${OPENGROK_INSTANCE_BASE}/etc/paths.tsv"
201 XML_CONFIGURATION="${OPENGROK_INSTANCE_BASE}/etc/configuration.xml"
218 LOGGER_CONFIG_PATH="${OPENGROK_INSTANCE_BASE}/${LOGGER_CONFIG_FILE}"
236 elif [ -r "${OPENGROK_INSTANCE_BASE}/etc/ctags.config" ]; then
237 CTAGS_OPTIONS_FILE="${OPENGROK_INSTANCE_BASE}/et
[all...]
/opengrok/tools/
H A DGroups11 # - OPENGROK_INSTANCE_BASE Base Directory of the OpenGrok User Data Area
35 echo " OPENGROK_INSTANCE_BASE/etc/configuration.xml or"
118 echo "\tOPENGROK_INSTANCE_BASE = "${OPENGROK_INSTANCE_BASE}
416 OPENGROK_INSTANCE_BASE="${OPENGROK_INSTANCE_BASE:-/var/opengrok}"
467 if [ -n "$OPENGROK_INSTANCE_BASE" ] && [ -f "$OPENGROK_INSTANCE_BASE/etc/configuration.xml" ]
469 INPUT_FILE="$OPENGROK_INSTANCE_BASE/etc/configuration.xml"

Completed in 9 milliseconds