- Timestamp:
- 08/22/06 15:36:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7909 r7911 28 28 # this step is needed. 29 29 # 30 # After checking, if the script is already running, the todolist is 31 # written. 30 # After checking if the script is already running the todolist is written. 32 31 # Then the sequences are built for each date in the todolist using the 33 32 # macro buildsequenceentries.C … … 78 77 buildsequenceentrieslog=$buildsequentriespath/buildsequenceentries-$date.log 79 78 80 echo "run $program..." >> $scriptlog 2>&181 79 setstatus "start" >> $scriptlog 2>&1 82 80 … … 84 82 85 83 case $check1 in 86 1) echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1;;87 0) echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&184 1) echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1;; 85 0) echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1 88 86 check="no" 89 87 ;; 90 *) echo " check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&188 *) echo " check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&1 91 89 com=$Fbuildsequ 92 90 check=$check1 … … 94 92 esac 95 93 96 echo "inserting the status for $program for date $date into the db" >> $scriptlog 2>&197 94 setstatus "stop" >> $scriptlog 2>&1 98 95 done
Note:
See TracChangeset
for help on using the changeset viewer.