Skip to content
Snippets Groups Projects
Commit d410e4ee authored by Scott Mindock's avatar Scott Mindock
Browse files

Users stuff

parent d4755890
No related branches found
No related tags found
No related merge requests found
......@@ -551,11 +551,13 @@ adl()
export PATH=/CSPP_SDR_4_0/JAVA_COTS/jdk1.8.0_73/bin/:$PATH
which java
which python3
cd ${BUILD}
tar_name=cspp_sdr_4_0_ADL.tar && \
rm -fr ${BUILD}/ADL && \
install_the_source $tar_name && \
cd ${BUILD}/ADL && \
export JAVA_COTS=${COTSBASE}/JAVA_COTS && \
export ADL_HOME=${BUILD}/ADL && \
export COTS_PYTHON_HOME=/user/libexec && \
echo "COTS_HOME" ${COTS_HOME} && \
......@@ -564,7 +566,7 @@ adl()
ls ${COTSBASE} && \
echo "ADL_HOME" ${ADL_HOME} && \
ls ${ADL_HOME} && \
export USER="cspp" && \
export LUSER=/ && \
export ADL_INSTALL=${ADL_HOME} && \
#ln -s /usr/bin/python3 /usr/local//bin/python3 && \
cd ${ADL_HOME} && \
......
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