Changeset 6970 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 04/21/05 17:24:22 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r6936 r6970 174 174 if grep "$filename: OK" $transdir/.check >> $scriptlog 2>&1 175 175 then 176 newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/ drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `176 newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/cacodata/caco/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' ` 177 177 echo "file (new path): "$newfile >> $scriptlog 2>&1 178 178 newpath=`dirname $newfile` … … 194 194 then 195 195 echo "found rbk-file $filename" >> $scriptlog 2>&1 196 checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$ date-log.txt | grep int | sed -e 's/(int)//'`196 checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | grep int | sed -e 's/(int)//'` 197 197 case $checkfillrbk in 198 198 1) echo "checkfillrbk=$checkfillrbk -> everything ok " >> $scriptlog 2>&1 … … 205 205 then 206 206 echo "found run-file $filename" >> $scriptlog 2>&1 207 checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$ date-log.txt | grep int | sed -e 's/(int)//'`207 checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | grep int | sed -e 's/(int)//'` 208 208 case $checkfillrun in 209 209 1) echo "checkfillrun=$checkfillrun -> everything ok " >> $scriptlog 2>&1 … … 247 247 rm -v $transdir/.check >> $scriptlog 2>&1 248 248 249 #rsync -av $transdir/ $extern >> $scriptlog 2>&1 249 250 rsync -av --delete $transdir/ $extern >> $scriptlog 2>&1 250 251 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r6934 r6970 92 92 93 93 echo "checking if other todo-files are there" >> $scriptlog 2>&1 94 if ls $todofile-[1-9] .txt >> $scriptlog 2>&194 if ls $todofile-[1-9]*.txt >> $scriptlog 2>&1 95 95 then 96 96 echo "other file(s) on disk " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.