Changeset 7954 for trunk/MagicSoft/Mars/datacenter/scripts/copyscript
- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7944 r7954 147 147 then 148 148 echo "found rbk-file $filename" >> $scriptlog 2>&1 149 checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | grep int | sed -e 's/(int)//'` 149 150 checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | intgrep` 151 150 152 case $checkfillrbk in 151 153 1) echo " checkfillrbk=$checkfillrbk -> everything ok " >> $scriptlog 2>&1 … … 158 160 esac 159 161 fi 162 160 163 if echo $file | grep 'CC_.*.run' >> $scriptlog 2>&1 && ! echo $file | grep .run.html >> $scriptlog 2>&1 161 164 then 162 165 echo "found run-file $filename" >> $scriptlog 2>&1 163 checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | grep int | sed -e 's/(int)//'` 166 167 checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | intgrep` 168 164 169 case $checkfillrun in 165 170 1) echo " checkfillrun=$checkfillrun -> everything ok " >> $scriptlog 2>&1 166 171 echo " -> insert date in SequenceBuildStatus for $date" >> $scriptlog 2>&1 167 172 168 checkinsertdate=`root -q -b $macrospath/insertdate.C+\("\"$date\""\) | tee $copylogpath/insertdate-$date-log.txt | grep int | sed -e 's/(int)//'` 173 checkinsertdate=`root -q -b $macrospath/insertdate.C+\("\"$date\""\) | tee $copylogpath/insertdate-$date-log.txt | intgrep` 174 169 175 case $checkinsertdate in 170 176 1) echo "date inserted" >> $scriptlog 2>&1 ;;
Note:
See TracChangeset
for help on using the changeset viewer.