Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleChris O'Grady writes
If #2 doesn’t work, then I think you’ve convinced me to change my vote to #4 (keeps the cnf file clean).

Procmgr: how to handle RELDIR and TESTRELDIR env vars?

(10/8/2018)

Code Block
languagetext
themeDJango
titleChris O'Grady writes
if RELDIR is defined you get:

PATH=$RELDIR/bin

if TESTRELDIR is defined you get

PATH, LD_LIBRARY_PATH, PYTHONPATH

If both are defined, you get all of the above, with TESTRELDIR taking precedence over RELDIR in PATH.

DAQ packaging changes, and cnf/procmgr tweaks

...