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

Users stuff

parent 17077be9
No related branches found
No related tags found
No related merge requests found
......@@ -548,6 +548,7 @@ all()
adl()
{
echo ${FUNCNAME[0]}
export PATH=/CSPP_SDR_4_0/JAVA_COTS/jdk1.8.0_73/bin/:$PATH
which java
which python3
cd ${BUILD}
......@@ -563,18 +564,17 @@ adl()
ls ${COTSBASE} && \
echo "ADL_HOME" ${ADL_HOME} && \
ls ${ADL_HOME} && \
export ADL_INSTALL=${ADL_HOME} && \
# ln -s /usr/bin/python3 /usr/libexec//bin/python3
cd ${ADL_HOME} && /
export PATH=${ADL_HOME}/bin:/usr/libexec/bin:$PATH && /
source build/envSetup.sh && /
export COTS_PYTHON=/usr/libexec/ && /
ln -s /usr/bin/python3 /usr/local//bin/python3 && \
cd ${ADL_HOME} && \
export PATH=${ADL_HOME}/bin:/usr/libexec/bin:$PATH && \
source build/envSetup.sh && \
export COTS_PYTHON=/usr/libexec/ && \
./buildAdl.sh 2>&1 | tee ${COTS_HOME}/build_adl.log
}
if [ "$1" == "all" ] ; then
wipe
all
else
adl
......
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