Skip to content
Snippets Groups Projects
Commit fa550843 authored by Erik von Reis's avatar Erik von Reis
Browse files

rtcds: change default model build to kernel space instead of user space.

The default build can still be set back to user space by setting
USE_KERNEL_MODELS=false
in the environment.
parent d1b1f1f1
No related branches found
No related tags found
1 merge request!197rtcds: change default model build to kernel space instead of user space.
......@@ -55,7 +55,7 @@ EXPORT_VARS=(${USER_VARS[@]} site ifo CDS_SRC CDS_IFO_SRC)
# group writable
umask 0002
USE_KERNEL_MODELS=${USE_KERNEL_MODELS:-false}
USE_KERNEL_MODELS=${USE_KERNEL_MODELS:-true}
# for all flags, empty string means cleared. Any other string means set.
if $USE_KERNEL_MODELS ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment