~oubiwann/pymx/dev

« back to all changes in this revision

Viewing changes to admin/commit.sh

  • Committer: duncan.mcgreggor
  • Date: 2008-03-21 20:52:10 UTC
  • Revision ID: svn-v3-trunk0:e789c851-bc48-0410-838f-eba945681aae:trunk:20
* Updated commit script to optionally call sync script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
function succeed {
14
14
    rm $MSG_OUT
15
15
    rm $TEST_OUT
 
16
    echo -n "Commit succeeded; sync Google and SourceForge? [y/n] "; read CHECK
 
17
    if [[ "$CHECK" == "y" ]]; then
 
18
        ./admin/syncRepos.sh
 
19
    fi  
16
20
}
17
21
 
18
22
svn diff ChangeLog | \