IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2017, 6:14:43 AM (9 years ago)
Author:
eugene
Message:

relocate dvodist to ITC cluster locations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvodist/scripts/mkdist.3pi.pv3.20160422.sh

    r39573 r40252  
    44
    55# general locations
    6 set wwwroot = /export/ippc32.0/www/dvodist/www-root
    7 set catroot = /data/ipp094.0/eugene/pv3.cam.20150607/catdir.master
     6set wwwroot = /export/ipp117.0/www/dvodist/www-root
     7set catroot = /data/ipp105.0/eugene/3pi.dvo.masters/3pi.pv3.20160806
    88
    9 set catdir = 3pi.pv3.20160422
     9# set catdir = 3pi.pv3.20160422
     10set catdir = 3pi.pv3.20160806
    1011set cattgt = $wwwroot/$catdir
    1112
     
    1617
    1718# top-level files
    18 if (0) then
     19if (1) then
    1920  mkdir -p $cattgt
    2021  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits flatfield.fits )
     
    3031# link all files from all hostdirs into all DEC dirs
    3132# foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`)
    32 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | grep "#" | awk '{print $3}'`)
     33foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`)
    3334  echo $hostdir
    3435  foreach dir ($nlist $slist)
Note: See TracChangeset for help on using the changeset viewer.