KanonConductor

changeset 42:1213fdeababa jenkins-support

remove unused variable in post-commit.
author chris
date Mon, 28 Mar 2011 19:01:56 +0900
parents 720bf987d35a
children 71b5158b2631
files etc/opt/kanon/vcs-template/svn/post-commit
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/etc/opt/kanon/vcs-template/svn/post-commit	Mon Mar 28 18:11:17 2011 +0900
     1.2 +++ b/etc/opt/kanon/vcs-template/svn/post-commit	Mon Mar 28 19:01:56 2011 +0900
     1.3 @@ -1,7 +1,5 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -PROJECT=test2
     1.7 -
     1.8  REPOS="$1"
     1.9  REV="$2"
    1.10