- Timestamp:
- 05/09/07 17:05:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/writedatasetfiles
r8193 r8482 20 20 # Author(s): Daniela Dorner 08/2004 <mailto:dorner@astro.uni-wuerzburg.de> 21 21 # 22 # Copyright: MAGIC Software Development, 2000-200 622 # Copyright: MAGIC Software Development, 2000-2007 23 23 # 24 24 # … … 33 33 # the macro checkstardone.C 34 34 # If this was successful, the status is inserted into the database using 35 # the macro setstatus.C35 # the function setstatus. 36 36 # 37 37 … … 68 68 no=`printf %08d $dataset | cut -c 0-5` 69 69 no2=`printf %08d $dataset` 70 var1=$no71 var2=$dataset72 70 datasetpathcpl=$datasetpath/$no 73 71 makedir $datasetpathcpl >> $scriptlog 2>&1 … … 75 73 makedir $writedatasetfilelogpath >> $scriptlog 2>&1 76 74 logfile=$writedatasetfilelogpath/$program-$no2.log 75 76 primvar=$dataset 77 setstatus "start" >> $scriptlog 2>&1 77 78 78 79 check1=`root -q -b $macrospath/writedatasetfile.C+\($dataset\,\""$datasetpathcpl\""\) | tee $logfile | intgrep`
Note:
See TracChangeset
for help on using the changeset viewer.