summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-07-07 12:35:37 +0100
committerColin Watson <cjwatson@debian.org>2019-07-07 12:55:56 +0100
commita6d40d9a786e2daf825647cf07aee4ad1dfef6a4 (patch)
treea64a8ff8dc9a51a460ae5e7ec66fa919847d4860 /examples
parentea40db71626a52e89479ea6848d1462b9df334c7 (diff)
make-local-mirror: Update Debian architectures
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/make-local-mirror13
1 files changed, 2 insertions, 11 deletions
diff --git a/examples/make-local-mirror b/examples/make-local-mirror
index f0a3a76..d61c8f7 100755
--- a/examples/make-local-mirror
+++ b/examples/make-local-mirror
@@ -76,17 +76,8 @@ for archive in $archives; do
mkdir -p "$suitehere"
root=dists
case $archive:$suite in
- *:oldstable)
- arches='alpha arm i386 m68k powerpc sparc'
- ;;
- *:stable)
- arches='alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc'
- ;;
- *:testing)
- arches='alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc'
- ;;
- *:unstable|*:experimental)
- arches='alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc'
+ *:oldstable|*:stable|*:testing|*:unstable|*:experimental)
+ arches='amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x'
;;
ubuntu:*)
arches='amd64 i386'