(file) Return to configure CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configure between version 1.86 and 1.87

version 1.86, 2020/02/04 20:57:26 version 1.87, 2021/04/23 18:39:30
Line 3 
Line 3 
 # The system configuration for configure script # The system configuration for configure script
 set PERLBIN = "" set PERLBIN = ""
 set PYBIN = "python3" set PYBIN = "python3"
   set DRMSEXPORT_WEBAPP_DIR = "proj/export/webapps/drmsexport"
   set PY_LIBS_DIR = "base/libs/py"
  
 if ($PERLBIN == "") then if ($PERLBIN == "") then
     if (-x /home/jsoc/bin/linux_x86_64/activeperl) then     if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
Line 279  endif
Line 281  endif
             exit 1             exit 1
         endif         endif
  
           # copy drmsparams.py and securedrms.py into drmsexport web app project directory
           if (-e ${LOCALIZATIONDIR}/drmsparams.py && -e ${PY_LIBS_DIR}/securedrms.py && -e ${DRMSEXPORT_WEBAPP_DIR}) then
               echo "copying drmsparams.py and securedrms.py to drmsexport package scaffolding"
               cp ${LOCALIZATIONDIR}/drmsparams.py ${DRMSEXPORT_WEBAPP_DIR}/drmsparams.py
               cp ${PY_LIBS_DIR}/securedrms.py ${DRMSEXPORT_WEBAPP_DIR}/securedrms.py
           endif
     endif # End reset localization     endif # End reset localization
  
     echo "Setting links to scripts..."     echo "Setting links to scripts..."


Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

Karen Tian
Powered by
ViewCVS 0.9.4