X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fupdate-ftpstats;h=1f9727a422edc9ee329f93704509d7db0ce6b327;hb=5f2e8ff9f4ac151cf568900629972eca34a003e5;hp=c2e1355e0e93b533ad7ca7772ce18c12ac2bf6d0;hpb=1429de9bb070fc58a27a7b6e5e86a9f1d8f8a4a4;p=dak.git diff --git a/scripts/debian/update-ftpstats b/scripts/debian/update-ftpstats index c2e1355e..1f9727a4 100755 --- a/scripts/debian/update-ftpstats +++ b/scripts/debian/update-ftpstats @@ -2,9 +2,9 @@ my %data; my %data2; -my @archs = ("source", "all", "amd64", "i386", "alpha", "arm", "armel", "hppa", +my @archs = ("source", "all", "amd64", "i386", "alpha", "arm", "armel", "armhf", "hppa", "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", - "sparc"); + "s390x", "sparc"); while (<>) { if (/^(\d{8})\d{6}\|(?:k(?:atie|elly)|process-(?:accepted|upload))(?:\|dak)?\|installed\|[^|]+\|[^|]+\|(\d+)\|([-\w]+)$/) {