Changeset 523 for trunk/hotstuff/scripts

Show
Ignore:
Timestamp:
08/14/09 22:33:02 (3 years ago)
Author:
josef
Message:

- automate scanning process for non-SVN-backed repos as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/hotstuff/scripts/maintenance.sh

    r477 r523  
    2222                        grep -v "At revision" |\ 
    2323                        grep -v "dismiss" >> $LOG.$repo 
     24        else 
     25                hotstuff-scan -c $repofile >> $LOG.$repo 
     26                #hotstuff-versioning -c $repofile [--setup] 
    2427        fi 
    2528done