Changeset 40252 for trunk/dvodist/scripts/mkdist.3pi.pv3.20160422.sh
- Timestamp:
- Dec 7, 2017, 6:14:43 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/dvodist/scripts/mkdist.3pi.pv3.20160422.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/scripts/mkdist.3pi.pv3.20160422.sh
r39573 r40252 4 4 5 5 # general locations 6 set wwwroot = /export/ipp c32.0/www/dvodist/www-root7 set catroot = /data/ipp 094.0/eugene/pv3.cam.20150607/catdir.master6 set wwwroot = /export/ipp117.0/www/dvodist/www-root 7 set catroot = /data/ipp105.0/eugene/3pi.dvo.masters/3pi.pv3.20160806 8 8 9 set catdir = 3pi.pv3.20160422 9 # set catdir = 3pi.pv3.20160422 10 set catdir = 3pi.pv3.20160806 10 11 set cattgt = $wwwroot/$catdir 11 12 … … 16 17 17 18 # top-level files 18 if ( 0) then19 if (1) then 19 20 mkdir -p $cattgt 20 21 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits flatfield.fits ) … … 30 31 # link all files from all hostdirs into all DEC dirs 31 32 # foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | grep "#" |awk '{print $3}'`)33 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 33 34 echo $hostdir 34 35 foreach dir ($nlist $slist)
Note:
See TracChangeset
for help on using the changeset viewer.
