Hi,

> The attached patch adds amd64 support to the make-local-mirror script, now
> that the package lists exist (albeit empty right now).

Just spotted that the package lists are only there for etch onwards.
Revised patch attached.

Regards,

Adam
--- make-local-mirror.orig	2006-02-24 14:27:37.000000000 +0000
+++ make-local-mirror	2006-02-26 15:36:17.000000000 +0000
@@ -67,8 +67,10 @@
 	    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

Reply via email to