- Timestamp:
- 08/05/05 18:33:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7233 r7265 57 57 0) echo "checklock0=$checklock0 -> continue " >> $scriptlog 2>&1;; 58 58 1) echo "checklock0=$checklock0 -> file exists " >> $scriptlog 2>&1 59 echo "-> getting list for callistois running -> exit" >> $scriptlog 2>&159 echo "-> getting list for buildsequenceentries is running -> exit" >> $scriptlog 2>&1 60 60 date >> $scriptlog 2>&1 61 61 exit;; … … 68 68 69 69 case $check0 in 70 1) echo "check0=$check0 -> ever thing ok -> do step" >> $scriptlog 2>&1;;70 1) echo "check0=$check0 -> everything ok -> do step" >> $scriptlog 2>&1;; 71 71 *) echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;; 72 72 esac … … 95 95 96 96 case $check1 in 97 1) echo "check1=$check1 -> ever thing ok -> setting status..." >> $scriptlog 2>&197 1) echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 98 98 setstatuslogpath=$logpath/setstatus/buildsequenceentries/$year2 99 99 makedir $setstatuslogpath >> $scriptlog 2>&1 … … 101 101 check2=`root -q -b $macrospath/setstatus.C+\("\"$date\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslogpath/setstatus-buildsequenceentries-$date.log | grep int | sed -e 's/(int)//'` 102 102 case $check2 in 103 1) echo "check2=$check2 -> ever thing ok, status has been set" >> $scriptlog 2>&1;;103 1) echo "check2=$check2 -> everything ok, status has been set" >> $scriptlog 2>&1;; 104 104 *) echo "check2=$check2 -> ERROR -> step could not be set" >> $scriptlog 2>&1;; 105 105 esac
Note:
See TracChangeset
for help on using the changeset viewer.