[vhffs-dev] [878] hooksdir option is not used anymore

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 878
Author:   gradator
Date:     2007-09-08 19:05:03 +0000 (Sat, 08 Sep 2007)

Log Message:
-----------
hooksdir option is not used anymore

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Robots/Svn.pm
    trunk/vhffs-backend/conf/vhffs.conf.dist.in


Modified: trunk/vhffs-api/src/Vhffs/Robots/Svn.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Svn.pm	2007-09-08 18:10:07 UTC (rev 877)
+++ trunk/vhffs-api/src/Vhffs/Robots/Svn.pm	2007-09-08 19:05:03 UTC (rev 878)
@@ -77,10 +77,9 @@
 
 	# -- commit mail
 	my $svnconf = $svn->{'main'}->get_config->get_service('svn');
-	my $hooksdir = $svnconf->{'hooksdir'};
 	my $mailfrom = $svnconf->{'notify_from'};
 	my $mailto = $svn->{ml_name};
-	if( defined $hooksdir && defined $mailfrom && defined $mailto )  {
+	if( defined $mailfrom && defined $mailto )  {
 
 		my @lines;
 		my $line;

Modified: trunk/vhffs-backend/conf/vhffs.conf.dist.in
===================================================================
--- trunk/vhffs-backend/conf/vhffs.conf.dist.in	2007-09-08 18:10:07 UTC (rev 877)
+++ trunk/vhffs-backend/conf/vhffs.conf.dist.in	2007-09-08 19:05:03 UTC (rev 878)
@@ -318,9 +318,6 @@
 		# the url scheme is svnweb_url/svn_$group_$svnname/ , change the code or modify the software used
 		svnweb_url	=	"http://svnweb.hoster";
 
-		# Where hooks are located ?
-		hooksdir 	=	/usr/lib/vhffs/svn
-
 		# From: of emails sent by svn commit notifier
 		notify_from	=	subversion@xxxxxxxxx
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/