X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fcvslog.cgi;h=bb2dc3f7388ee882d955e28221baac44d388046e;hb=5d49ad29be6b0bb4fdfdec65618ad42d7e0e4202;hp=e822a31b944bfceb346f3d5170bc0b447cc9c71f;hpb=32c55a04768e468b83f9e6dfdd21d84a7d234b9f;p=www.i-scream.org.git diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index e822a31..bb2dc3f 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -3,12 +3,13 @@ print "Content-type: text/html\n\n"; my($today) = `date \"+%Y/%m/%d\"`; +my($cvs) = "/home/cut/tdb1/bin/cvs"; my($cvs2clpath) = "/home/cut/tdb1/bin/cvs2cl"; my($cvsroot) = "/usr/local/proj/co600_10/cvs"; my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$today'\" -g \"-d$cvsroot\" -g \"-Q\""; -my($cmd) = "cd /home/cut/tdb1/cvsscripttemp && $cvs2clpath $cvs2clargs *"; +my($cmd) = "cd /home/cut/tdb1/cvsscripttemp && $cvs -d $cvsroot -Q update -d && $cvs2clpath $cvs2clargs *"; -my(@lines) = `$cmd`; +my(@lines) = `$cmd 2>&1`; print <<"END"; @@ -16,7 +17,7 @@ print <<"END"; - The i-scream Project Logfile Tailer + The i-scream Project Daily Commit Log

Today's i-scream CVS commits

-Browse i-scream CVS repository +Browse i-scream CVS repository
 END