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