[Webfunds-commits] CVSROOT commit_prep.pl log_accum.pl

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 20 Jul 2000 12:35:41 -0400 (AST)


gelderen    00/07/20 12:35:41

  Modified:    .        commit_prep.pl log_accum.pl
  Log:
  Undo change that may be responsible for weirdness.

Revision  Changes    Path
1.3       +2 -2      CVSROOT/commit_prep.pl

Index: commit_prep.pl
===================================================================
RCS file: /home/webfunds/cvsroot/CVSROOT/commit_prep.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commit_prep.pl	2000/07/13 20:38:04	1.2
+++ commit_prep.pl	2000/07/20 16:35:40	1.3
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# $Id: commit_prep.pl,v 1.2 2000/07/13 20:38:04 gelderen Exp $
+# $Id: commit_prep.pl,v 1.3 2000/07/20 16:35:40 gelderen Exp $
 #
 # Perl filter to handle pre-commit checking of files.  This program
 # records the last directory where commits will be taking place for
@@ -12,7 +12,7 @@
 #
 ############################################################
 $TMPDIR        = $ENV{'TMPDIR'} || '/tmp';
-$FILE_PREFIX   = '#WebFunds-cvs.';
+$FILE_PREFIX   = '#cvs.';
 
 $LAST_FILE     = "$TMPDIR/${FILE_PREFIX}lastdir"; # MUST match log_accum.pl
 



1.3       +2 -2      CVSROOT/log_accum.pl

Index: log_accum.pl
===================================================================
RCS file: /home/webfunds/cvsroot/CVSROOT/log_accum.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- log_accum.pl	2000/07/13 20:38:04	1.2
+++ log_accum.pl	2000/07/20 16:35:40	1.3
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# $Id: log_accum.pl,v 1.2 2000/07/13 20:38:04 gelderen Exp $
+# $Id: log_accum.pl,v 1.3 2000/07/20 16:35:40 gelderen Exp $
 #
 # Perl filter to handle the log messages from the checkin of files in
 # a directory.  This script will group the lists of files by log
@@ -39,7 +39,7 @@
 $STATE_LOG     = 4;
 
 $TMPDIR        = $ENV{'TMPDIR'} || '/tmp';
-$FILE_PREFIX   = '#WebFunds-cvs.';
+$FILE_PREFIX   = '#cvs.';
 
 $LAST_FILE     = "$TMPDIR/${FILE_PREFIX}lastdir";
 $CHANGED_FILE  = "$TMPDIR/${FILE_PREFIX}files.changed";