working version of the trac hooks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
6
misc/scripts/svn/hooks/trac-post-commit.sh
Executable file
6
misc/scripts/svn/hooks/trac-post-commit.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
TRACHOST=/home/wxsite/domains/trac.wxwidgets.org
|
||||
source $TRACHOST/.setenv
|
||||
$TRACHOST/python/bin/trac-admin $TRAC_ENV changeset added "$1" "$2"
|
||||
|
Reference in New Issue
Block a user