]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/update-ftpstats
byebye m68k
[dak.git] / scripts / debian / update-ftpstats
index 6627fff900df2ea8096daa7e06f0c6a84dfcc7d6..b9febef040e2708d1eab03e36e107ef09c1822c5 100755 (executable)
@@ -2,12 +2,12 @@
 
 my %data;
 my %data2;
-my @archs = ("source", "all", "amd64", "i386", "alpha", "arm", "hppa",
-       "hurd-i386", "ia64", "m68k", "mips", "mipsel", "powerpc", "s390",
+my @archs = ("source", "all", "amd64", "i386", "alpha", "arm", "armel", "hppa",
+       "hurd-i386", "ia64", "mips", "mipsel", "powerpc", "s390",
        "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;