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/doexclusions

    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 run are excluded for each date in the todolist using the
    3333# macro doexclusions.C
     
    4141set -C
    4242
    43 cd $mars
    44 
    45 table=SequenceBuildStatus
    4643column=fExclusionsDone
    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
    6359dates=(`cat $todofile`)
     
    6763   finish >> $scriptlog 2>&1
    6864fi
     65
     66cd $mars
    6967
    7068# do exclusions for each date in the todo file
Note: See TracChangeset for help on using the changeset viewer.