Skip to content
Snippets Groups Projects

Fixing ACADA idl compilation issues and adding ACS payload

Merged Vitalii Sliusar requested to merge fix_acada_idl_compilation into master
63 files
+ 74
19
Compare changes
  • Side-by-side
  • Inline
Files
63
patches/.bashrc 0 → 100644
+ 20
0
 
# .bashrc
 
 
# Source global definitions
 
if [ -f /etc/bashrc ]; then
 
. /etc/bashrc
 
fi
 
 
# Uncomment the following line if you don't like systemctl's auto-paging feature:
 
# export SYSTEMD_PAGER=
 
 
# User specific aliases and functions
 
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/
 
export ACS_RETAIN=1
 
 
export INTROOT=/home/tcumgr/INTROOT
 
export ACSDATA=/home/tcumgr/ACSDATA
 
export ACS_CDB=/home/tcumgr/CDB/
 
 
. /alma/ACS-JUN2017/ACSSW/config/.acs/.bash_profile.acs
 
export IDL_PATH="$IDL_PATH -I$INTROOT/idl"
Loading