X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fdebian%2Fupdate-ftpstats;h=17a47cb16f9eb3a4a9f289ff6537687a8c642299;hb=f25d894cf1d8db4d64a04d990531700616a45074;hp=6627fff900df2ea8096daa7e06f0c6a84dfcc7d6;hpb=0857c6ae3ba0dcd1209e3b79c1fe277a6349aab2;p=dak.git diff --git a/scripts/debian/update-ftpstats b/scripts/debian/update-ftpstats index 6627fff9..17a47cb1 100755 --- a/scripts/debian/update-ftpstats +++ b/scripts/debian/update-ftpstats @@ -7,7 +7,7 @@ my @archs = ("source", "all", "amd64", "i386", "alpha", "arm", "hppa", "sparc"); while (<>) { - if (/^(\d{8})\d{6}\|k(?:atie|elly)\|installed\|[^|]+\|[^|]+\|(\d+)\|([-\w]+)$/) { + if (/^(\d{8})\d{6}\|(?:k(?:atie|elly)|process-accepted)\|installed\|[^|]+\|[^|]+\|(\d+)\|([-\w]+)$/) { if (not defined $data{$1}) { foreach $a (@archs) { $data{$1}{$a} = 0;