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:
Robin Dunn
2014-04-03 01:40:28 +00:00
parent 5068bf7ca7
commit 8dda8dcefb
4 changed files with 17 additions and 13 deletions

View File

@@ -53,7 +53,6 @@ USER="$3"
PROPNAME="$4"
ACTION="$5"
# Trigger Trac syncronization
TRACBASE=/home/wxsite/domains/trac.wxwidgets.org
source $TRACBASE/.setenv
$TRACBASE/python/bin/trac-admin $TRAC_ENV changeset modified "$1" "$2" &
# Trigger Trac syncronization, must run as Trac's user
sudo -u wxsite $REPOS/hooks/trac-post-revprop-change.sh "$REPOS" "$REV"