summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-02-26 18:28:19 +0000
committerColin Watson <cjwatson@debian.org>2006-02-26 18:28:19 +0000
commit5898206c9d51b47bd23ceed319fef1608a7b7f9e (patch)
treef365bd4926a55424b62389f93463faa5da940c98 /examples
parent3fd35ccf7bcd4a00d53020c6033ea9b73ca0c80d (diff)
* Add amd64 support to make-local-mirror for testing and unstable (thanks,
Adam D. Barratt; closes: #354224).
Diffstat (limited to 'examples')
-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 acd9ec2..8c35973 100755
--- a/examples/make-local-mirror
+++ b/examples/make-local-mirror
@@ -63,9 +63,12 @@ for archive in $archives; do
oldstable)
arches='alpha arm i386 m68k powerpc sparc'
;;
- stable|testing|unstable|experimental)
+ stable)
arches='alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc'
;;
+ testing|unstable|experimental)
+ arches='alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc'
+ ;;
esac
for component in $components; do
mkdir -p "$suitehere/$component"