(file) Return to configsdp.txt CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configsdp.txt between version 1.45 and 1.46

version 1.45, 2014/10/02 20:14:58 version 1.46, 2015/02/10 04:00:37
Line 73  q:RS_BINPATH
Line 73  q:RS_BINPATH
 a:WL_HASWL                              1 a:WL_HASWL                              1
 q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
 # Bin paths # Bin paths
   q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
 q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27 q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
  
   
 __MAKE__ __MAKE__
 # JSOC_SDP third-party libraries used by base # JSOC_SDP third-party libraries used by base
 # The parameters in this section are used to create make variables. For example, the line # The parameters in this section are used to create make variables. For example, the line
Line 438  __PROJ__
Line 440  __PROJ__
 __PROJCFG__ __PROJCFG__
 #! /bin/csh -f #! /bin/csh -f
  
 # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts  set PERLBIN = ""
 # directory).  
  
 find ../proj/lev0/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;  if ($PERLBIN == "") then
       if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
           set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
       else
           set PERLBIN = "perl"
       endif
   endif
  
   # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
   # directory).
   find ../proj/lev0/scripts -mindepth 1 -path \*CVS -prune -o -print | ${PERLBIN} -MFile::Basename -n -e 'my($bn) = basename($_); chomp($bn); my($path) = $_; chomp($path); if (!(-e $bn)) { `ln -s $_`; if ($? >> 8 == 0) { print "   " . $path . " OK\n"; } else { print "   " . $path . " ERROR - could not create link\n"; } }'


Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

Karen Tian
Powered by
ViewCVS 0.9.4