[LON-CAPA-cvs] cvs: CVSROOT / loginfo.pl

albertel lon-capa-cvs-allow@mail.lon-capa.org
Sat, 18 Aug 2007 00:36:56 -0000


albertel		Fri Aug 17 20:36:56 2007 EDT

  Modified files:              
    /CVSROOT	loginfo.pl 
  Log:
  - hide diffs for purdue
  
  
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.4 CVSROOT/loginfo.pl:1.5
--- CVSROOT/loginfo.pl:1.4	Thu Apr  8 16:20:01 2004
+++ CVSROOT/loginfo.pl	Fri Aug 17 20:36:56 2007
@@ -120,7 +120,8 @@
 foreach my $info (@modified_files_info) {
 	my ($file, $old, $new) = @$info;
         if ($file =~ m|TexConvert/tt.dynamic|  ||
-	    $file =~ m|foxr/londtest| ) {
+	    $file =~ m|foxr/londtest| ||
+	    $file =~ m|purdue| ) {
 		$diffmsg='Diffs for '.$file.' not shown.'."\n";
 		next;
 	}