Subversion Repositories vnag

Rev

Rev 70 | Rev 79 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #!/bin/bash
  2.  
  3. DIR=$( dirname "$0" )
  4.  
  5. setexec () {
  6.  
  7.         svn propset svn:executable on $*
  8.         svn propdel svn:executable $*
  9.         chmod +x $*
  10.  
  11. }
  12.  
  13. setexec "$DIR"/set_chmod.sh
  14. setexec "$DIR"/signtool/sign
  15. setexec "$DIR"/signtool/verify
  16. setexec "$DIR"/sign_all
  17. setexec "$DIR"/plugins/*/check_*
  18. setexec "$DIR"/plugins/ipfm/dygraph/update-dygraph.sh
  19.