Changeset 1414 for branches/locker-dev/locker/sbin/commit-zephyr
- Timestamp:
 - Jan 12, 2010, 11:55:27 PM (16 years ago)
 - Location:
 - branches/locker-dev/locker
 - Files:
 - 
          
- 2 edited
 
- 
          . (modified) (1 prop)
 - 
          sbin/commit-zephyr (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/locker-dev/locker
- 
                Property
            svn:mergeinfo
           set to
              False
/trunk/locker merged eligible  
 - 
                Property
            svn:mergeinfo
           set to
              False
 - 
        
branches/locker-dev/locker/sbin/commit-zephyr
r748 r1414 1 #!/bin/sh 1 #!/bin/bash 2 # 3 # This is a script that can be called from a Subversion post-commit hook 4 # to zephyr a summary of the commit or the full commit. 5 # 6 # Use by putting something like the following in hooks/post-commit: 7 # REPOS="$1" 8 # REV="$2" 9 # /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" -c scripts 10 # /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" --full -c scripts-auto -i commits 2 11 3 CLASS=scripts 12 export LC_ALL=en_US.UTF-8 13 14 CLASS=test 4 15 INSTANCE=@ 5 16 FULL=0 … … 39 50 echo svnlook diff "$REPOS" -r "$REV" 40 51 fi 41 ) | zwrite -d -c "$CLASS" -i "$INSTANCE" - s "r$REV - $dirs"52 ) | zwrite -d -c "$CLASS" -i "$INSTANCE" -O "auto" -s "SVN: r$REV"  
Note: See TracChangeset
          for help on using the changeset viewer.
      