[PHP-DEV] cvs: /CVSROOT commitinfo loginfo From: Jim Winstead (jimw <email protected>)
Date: 05/07/00

jimw Sun May 7 10:23:29 2000 EDT

  Modified files:
    /CVSROOT commitinfo loginfo
  Log:
  use standard loginfo script for phpweb module, too
  
Index: CVSROOT/commitinfo
diff -u CVSROOT/commitinfo:1.5 CVSROOT/commitinfo:1.6
--- CVSROOT/commitinfo:1.5 Mon Jul 19 07:00:01 1999
+++ CVSROOT/commitinfo Sun May 7 10:23:29 2000
@@ -1,5 +1,5 @@
 #
-#ident "@(#)cvs/examples:$Name: $:$Id: commitinfo,v 1.5 1999/07/19 14:00:01 sas Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: commitinfo,v 1.6 2000/05/07 17:23:29 jimw Exp $"
 #
 # The "commitinfo" file is used to control pre-commit checks.
 # The filter on the right is invoked with the repository and a list
@@ -28,7 +28,6 @@
 
 asf /bin/true
 imapd /bin/true
-phpweb /bin/true
 
 # not sure about the next two ones, but leaving them in
 .*manual.* /bin/true
Index: CVSROOT/loginfo
diff -u CVSROOT/loginfo:1.19 CVSROOT/loginfo:1.20
--- CVSROOT/loginfo:1.19 Sun Dec 12 12:02:26 1999
+++ CVSROOT/loginfo Sun May 7 10:23:29 2000
@@ -1,5 +1,5 @@
 #
-#ident "@(#)cvs/examples:$Name: $:$Id: loginfo,v 1.19 1999/12/12 20:02:26 ssb Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: loginfo,v 1.20 2000/05/07 17:23:29 jimw Exp $"
 #
 # The "loginfo" file is used to control where "cvs commit" log information
 # is sent. The first entry on a line is a regular expression which is tested
@@ -47,7 +47,7 @@
 # old php website
 .*manual.* $CVSROOT/CVSROOT/log -s -f $CVSROOT/CVSROOT/mylog -u $USER %s
 .*distributions.* $CVSROOT/CVSROOT/log -s -f $CVSROOT/CVSROOT/mylog -u $USER %s
-phpweb $CVSROOT/CVSROOT/weblog -s -f $CVSROOT/CVSROOT/mylog -m mirrors <email protected> -u $USER %s
+phpweb $CVSROOT/CVSROOT/loginfo.pl php-mirrors <email protected> $USER %{sVv}
 phpdoc $CVSROOT/CVSROOT/loginfo.pl phpdoc <email protected> $USER %{sVv}
 pearweb $CVSROOT/CVSROOT/loginfo.pl php-pear <email protected> $USER %{sVv}
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>