Changeset 225

Show
Ignore:
Timestamp:
12/07/06 14:42:18 (2 years ago)
Author:
sacha
Message:

update of dir/file structures

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/message-handling-refactor-branch/bin/run-clear-system.sh

    r221 r225  
    1515del_dirs $TRANSACTION_DIR/open_transactions open_transactions 
    1616del_dirs $TRANSACTION_DIR/closed_transactions closed_transactions 
    17 del_dirs $MESSAGE_DIR $(basename $MESSAGE_DIR) 
    18 del_dirs $CONVERSATION_DIR $(basename $CONVERSATION_DIR) 
     17# del_dirs $MESSAGE_DIR/Coronation $(basename $MESSAGE_DIR) 
     18del_dirs $MESSAGE_DIR/Coronation Coronation 
     19del_dirs $MESSAGE_DIR/Gnaraloo Gnaraloo 
     20del_dirs $CONVERSATION_DIR/Coronation Coronation 
     21del_dirs $CONVERSATION_DIR/Gnaraloo Gnaraloo 
    1922del_files $TEMP_FILE_DIR 
    2023 
  • branches/message-handling-refactor-branch/bin/run-statistics.sh

    r222 r225  
    2222echo -n "Coronation number ebXML messages : " 
    2323ls -A $MESSAGE_DIR/Coronation | wc -l 
     24echo -n "Coronation number conversations  : " 
     25ls -A $CONVERSATION_DIR/Coronation | wc -l 
     26echo -n "Coronation outgoing directives   : " 
     27ls -A $SPOOL_DIR/coronation/outgoing/directives | wc -l 
    2428echo -n "Coronation incoming directives   : " 
    2529ls -A $SPOOL_DIR/coronation/incoming/directives | wc -l 
     
    3135echo -n "Gnaraloo number ebXML messages   : " 
    3236ls -A $MESSAGE_DIR/Gnaraloo | wc -l 
     37echo -n "Gnaraloo number conversations    : " 
     38ls -A $CONVERSATION_DIR/Gnaraloo | wc -l 
     39echo -n "Gnaraloo outgoing directives     : " 
     40ls -A $SPOOL_DIR/gnaraloo/outgoing/directives | wc -l 
    3341echo -n "Gnaraloo incoming directives     : " 
    3442ls -A $SPOOL_DIR/gnaraloo/incoming/directives | wc -l