summaryrefslogtreecommitdiff
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
parentea40db71626a52e89479ea6848d1462b9df334c7 (diff)
make-local-mirror: Update Debian architectures
-rw-r--r--debian/changelog4
-rwxr-xr-xexamples/make-local-mirror13
2 files changed, 5 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index cec3597..2cc0a0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
madison-lite (0.25) UNRELEASED; urgency=medium
* examples: Update Ubuntu suites and architectures.
- * make-local-mirror: Remove long-obsolete non-US mentions.
+ * make-local-mirror:
+ - Remove long-obsolete non-US mentions.
+ - Update Debian architectures.
-- Colin Watson <cjwatson@debian.org> Sun, 07 Jul 2019 12:28:03 +0100
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'