summaryrefslogtreecommitdiff
path: root/examples/make-local-mirror
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make-local-mirror')
-rwxr-xr-xexamples/make-local-mirror5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/make-local-mirror b/examples/make-local-mirror
index 8c35973..28c1444 100755
--- a/examples/make-local-mirror
+++ b/examples/make-local-mirror
@@ -66,9 +66,12 @@ for archive in $archives; do
stable)
arches='alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc'
;;
- testing|unstable|experimental)
+ 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'
+ ;;
esac
for component in $components; do
mkdir -p "$suitehere/$component"