- Timestamp:
- 08/04/05 10:11:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7256 r7258 19 19 -*-*- END OF LINE -*-*- 20 20 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 22 30 23 31 * datacenter/macros/getdolist.C: -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7256 r7258 84 84 nr=bla 85 85 echo "finding the right todo-file" >> $scriptlog 2>&1 86 todofiles=`ls $listpath/ToDo-$table-$column-*` 87 88 echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1 89 86 90 for todofile in ${todofiles[@]} 87 91 do -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7256 r7258 83 83 nr=bla 84 84 echo "finding the right todo-file" >> $scriptlog 2>&1 85 todofiles=`ls $listpath/ *`85 todofiles=`ls $listpath/ToDo-$table-$column-*` 86 86 87 87 echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1 88 89 88 90 89 for todofile in ${todofiles[@]}
Note:
See TracChangeset
for help on using the changeset viewer.