Changeset 7049 for trunk/MagicSoft


Ignore:
Timestamp:
05/17/05 13:59:30 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7048 r7049  
    106106   * datacenter/scripts/checkstardone
    107107     - added (script that executes checkstardone.C for all datasets
     108
     109   * datacenter/scripts/checkfilesforsequenceavail
     110     - fixed bug
     111
     112   * datacenter/scripts/doexclusions
     113     - adapted paths
     114
     115   * datacenter/scripts/buildsequenceentries
     116     - adapted paths
    108117
    109118   * steps.rc
  • trunk/MagicSoft/Mars/datacenter/scripts/checkstardone

    r7048 r7049  
    6464fi
    6565
    66 #cd $mars
    67 cd /home/operator/Mars.cvs     
    68 macrospath=/home/operator/Mars.cvs/datacenter/macros
     66cd $mars
    6967
    7068
  • trunk/MagicSoft/Mars/datacenter/scripts/doexclusions

    r7030 r7049  
    106106   echo "do exclusions for date "$date
    107107   year2=`echo $date | cut -c 1-4`
    108    doexclusionspath=$logpath/$year2
     108   doexclusionspath=$logpath/doexclusions/$year2
    109109   if [ ! -d $doexclusionspath ]
    110110      then
Note: See TracChangeset for help on using the changeset viewer.