[Popcon-commits] cvs commit to popularity-contest by ballombe

ballombe at cvs.alioth.debian.org ballombe at cvs.alioth.debian.org
Sun Mar 26 22:43:03 UTC 2006


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv7342

Modified Files:
	popcon-process.sh 
Log Message:
update to popcon.debian.org version:
Divert popcon.pl errors to a file:
perl output errors when parsing maintainers name that 
are not in UTF-8 as mandated by Debian policy.


Index: popcon-process.sh
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-process.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- popcon-process.sh	23 Jul 2005 23:25:08 -0000	1.16
+++ popcon-process.sh	26 Mar 2006 22:43:01 -0000	1.17
@@ -43,4 +43,4 @@
 find $SUMMARYDIR -type f -print | sort | $BINDIR/popcon-stat.pl
 
 cd ../popcon-web
-$BINDIR/popcon.pl >$LOGDIR/popcon.log
+$BINDIR/popcon.pl >$LOGDIR/popcon.log 2>$LOGDIR/popcon.errors




More information about the Popcon-commits mailing list