]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/update-ftpstats
Add armhf and s390x architectures
[dak.git] / scripts / debian / update-ftpstats
index c2e1355e0e93b533ad7ca7772ce18c12ac2bf6d0..1f9727a422edc9ee329f93704509d7db0ce6b327 100755 (executable)
@@ -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]+)$/) {