[Popcon-commits] cvs commit to popularity-contest by ballombe
popcon-commits@lists.alioth.debian.org
popcon-commits@lists.alioth.debian.org
Sat, 14 Feb 2004 17:02:22 +0100
Update of /cvsroot/popcon/popularity-contest
In directory quantz:/tmp/cvs-serv25595
Modified Files:
popcon-stat.pl
Log Message:
Handle Release tags.
Index: popcon-stat.pl
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-stat.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- popcon-stat.pl 1 Feb 2004 16:25:27 -0000 1.1
+++ popcon-stat.pl 14 Feb 2004 16:02:19 -0000 1.2
@@ -16,7 +16,7 @@
$sub{$f}->{$line[1]}=$line[2];
$arch{$line[1]}++;
}
- else
+ elsif ($line[0] ne "Release:")
{
last;
}