From 11c48138073c62850470035a5f5cf66126934497 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Sat, 21 Jun 2008 19:39:31 -0500 Subject: [PATCH] Move to the server directory. --- server/post-receive-trac | 2 +- trac-post-commit-hook.py => server/post-receive-trac.py | 0 trac-pre-commit-hook.py => server/pre-receive-trac.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename trac-post-commit-hook.py => server/post-receive-trac.py (100%) rename trac-pre-commit-hook.py => server/pre-receive-trac.py (100%) diff --git a/server/post-receive-trac b/server/post-receive-trac index ab9362c..208cdb3 100644 --- a/server/post-receive-trac +++ b/server/post-receive-trac @@ -10,7 +10,7 @@ while read oldrev newrev refname ; do else git rev-parse --not --branches | grep -v $(git rev-parse $refname) | git rev-list --stdin $oldrev..$newrev fi | while read commit ; do - /home/BIPFS/shaberman/local/bin/python /srv/git/hooks/trac-post-commit-hook.py -p "$TRAC_ENV" -r "$commit" + /home/BIPFS/shaberman/local/bin/python /srv/git/hooks/server/post-receive-trac.py -p "$TRAC_ENV" -r "$commit" done done diff --git a/trac-post-commit-hook.py b/server/post-receive-trac.py similarity index 100% rename from trac-post-commit-hook.py rename to server/post-receive-trac.py diff --git a/trac-pre-commit-hook.py b/server/pre-receive-trac.py similarity index 100% rename from trac-pre-commit-hook.py rename to server/pre-receive-trac.py -- 2.20.1