X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fcvslog.cgi;h=bb2dc3f7388ee882d955e28221baac44d388046e;hb=ff3098f1d9ebdbf9ad75bf7561609e5ad1487ded;hp=cbdbfced5d13a4149ec5fc8b46831968f6789731;hpb=97b45af735e3bb5ac4d8a24c9cb3c6b5234f07c0;p=www.i-scream.org.git diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index cbdbfce..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"; @@ -31,7 +32,7 @@ text="#000066">

Today's i-scream CVS commits

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