commit script to a more sensible location
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 11 Jan 2008 10:09:28 +0000 (10:09 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 11 Jan 2008 10:09:28 +0000 (10:09 +0000)
scripts/post-commit

index e8dce16..b389baa 100755 (executable)
@@ -56,7 +56,7 @@ SUBJECT="svn.one-lab.org - check in:"
 #        "$REPOS" "$REV" "$MAILDEST"
 
 # using our customized commit email script
-custom=/home/build/1labsvn/infrastructure/tunings-myplc-devel/commit-email.pl
+custom=/root/bin/commit-email.pl
 standard=/usr/share/doc/subversion-1.2.3/tools/hook-scripts/commit-email.pl
 
 if [ -x $custom ] ; then