]> i-scream Git - www.i-scream.org.git/blobdiff - cgi-bin/cvslog.cgi
Update scripts that use cvs2cl. Now using cvs2cl 2.49, still with some
[www.i-scream.org.git] / cgi-bin / cvslog.cgi
index 2c5c8eeeebdfac56fd0b6b5c6fc4bdae97bff49d..bdf0bcd6ab08598a5b4236948bf4b4229a3355f4 100755 (executable)
@@ -44,7 +44,7 @@ $modulelist = `ls $cvsroot` unless defined $modulelist;
 $modulelist =~ s/[\r\n]/ /gm;
 
 my($cvs2clpath) = "/usr/local/bin/cvs2cl";
-my($cvs2clargs) = "--stdout --no-wrap -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
+my($cvs2clargs) = "--stdout --no-wrap --no-common-dir -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
 my($updatecmd) = "/home/iscream/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /tmp/i-scream/cvstmp && $cvs2clpath $cvs2clargs";