Ignore:
Timestamp:
08/22/06 13:42:30 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7902 r7909  
    2929#
    3030# After checking, if the script is already running, the todolist is
    31 # written by using the macro getdolist.C
     31# written.
    3232# Then the sequences are built for each date in the todolist using the
    3333# macro buildsequenceentries.C
     
    4141set -C
    4242
    43 cd $mars
    44 
    45 table=SequenceBuildStatus
    4643column=fSequenceEntriesBuilt
    4744
    48 todofile=$listpath/ToDo-$table-$column.txt
    4945lockfile=$lockpath/lock-$program.txt
    5046
     
    5955
    6056# get todo list
    61 getdolist  >> $scriptlog 2>&1
     57gettodo  >> $scriptlog 2>&1
    6258
    6359# retrieve dates from todofile
     
    6864   finish >> $scriptlog 2>&1
    6965fi
     66
     67cd $mars
    7068
    7169echo "dates: "${dates[@]} >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.