X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fupdate-ftpstats;h=ba3c25be2d884d39c841ac7fc64d52c205fef563;hb=01b9a74483f93f1d87a3a44ab748a9ea3b4e7dbf;hp=26379bcc42fc30c94ea0d9ec2704a18eb8e1144a;hpb=7fd2a5ea13a4904804d29228efc490fea7460817;p=dak.git diff --git a/scripts/debian/update-ftpstats b/scripts/debian/update-ftpstats index 26379bcc..ba3c25be 100755 --- a/scripts/debian/update-ftpstats +++ b/scripts/debian/update-ftpstats @@ -7,7 +7,7 @@ use IO::Uncompress::AnyUncompress ":all"; my %data; my %data2; -my @archs = ("source", "all", "amd64", "i386", "alpha", "arm", "armel", "armhf", "hppa", +my @archs = ("source", "all", "amd64", "arm64", "i386", "alpha", "arm", "armel", "armhf", "hppa", "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", "s390x", "sparc");