Changeset 7258


Ignore:
Timestamp:
08/04/05 10:11:16 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7256 r7258  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
    21  2005/08/02 Daniela Dorner
     21 2005/08/04 Daniela Dorner
     22
     23   * datacenter/scripts/makecallistolinks:
     24     - added (script to make the links for the correct callisto.rc in
     25       case when callisto_Dec04Jan05.rc is needed)
     26
     27
     28
     29 2005/08/03 Daniela Dorner
    2230
    2331   * datacenter/macros/getdolist.C:
  • trunk/MagicSoft/Mars/datacenter/scripts/runganymed

    r7256 r7258  
    8484nr=bla
    8585echo "finding the right todo-file" >> $scriptlog 2>&1
     86todofiles=`ls $listpath/ToDo-$table-$column-*`
     87
     88echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1
     89
    8690for todofile in ${todofiles[@]}
    8791do
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r7256 r7258  
    8383nr=bla
    8484echo "finding the right todo-file" >> $scriptlog 2>&1
    85 todofiles=`ls $listpath/*`
     85todofiles=`ls $listpath/ToDo-$table-$column-*`
    8686
    8787echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1
    88 
    8988
    9089for todofile in ${todofiles[@]}
Note: See TracChangeset for help on using the changeset viewer.