Ignore:
Timestamp:
08/22/06 15:36:10 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries

    r7909 r7911  
    2828# this step is needed.
    2929#
    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.
    3231# Then the sequences are built for each date in the todolist using the
    3332# macro buildsequenceentries.C
     
    7877   buildsequenceentrieslog=$buildsequentriespath/buildsequenceentries-$date.log
    7978
    80    echo "run $program..." >> $scriptlog 2>&1
    8179   setstatus "start" >> $scriptlog 2>&1
    8280
     
    8482
    8583   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>&1
     84      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
    8886           check="no"
    8987           ;;
    90       *)   echo "check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&1
     88      *)   echo " check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&1
    9189           com=$Fbuildsequ
    9290           check=$check1
     
    9492   esac
    9593
    96    echo "inserting the status for $program for date $date into the db" >> $scriptlog 2>&1
    9794   setstatus "stop" >> $scriptlog 2>&1
    9895done
Note: See TracChangeset for help on using the changeset viewer.