- Timestamp:
- Mar 28, 2015, 8:29:01 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150112/dvodist
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
scripts/mkdist.lap.pv2.20141215.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/dvodist
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20150112/dvodist/scripts/mkdist.lap.pv2.20141215.sh
r37805 r38053 4 4 5 5 # general locations 6 set wwwroot = / data/ippc11.0/www/dvodist/www-root6 set wwwroot = /export/ippc11.0/www/dvodist/www-root 7 7 set catroot = /data/stsci19.2/eugene/addstar.20141016/lap.pv2.20141215 8 8 … … 14 14 15 15 # top-level files 16 mkdir -p $cattgt 17 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits ) 18 ln -sf $catroot/$file $cattgt 19 end 20 21 # make DEC directories 22 foreach dir ($nlist $slist) 23 mkdir -p $cattgt/$dir 24 end 16 if (0) then 17 mkdir -p $cattgt 18 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits ) 19 ln -sf $catroot/$file $cattgt 20 end 21 22 # make DEC directories 23 foreach dir ($nlist $slist) 24 mkdir -p $cattgt/$dir 25 end 26 endif 25 27 26 28 # link all files from all hostdirs into all DEC dirs
Note:
See TracChangeset
for help on using the changeset viewer.
