summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-02-26 18:29:29 +0000
committerColin Watson <cjwatson@debian.org>2006-02-26 18:29:29 +0000
commite06abd7f8b1147a6fd3b82c619c4139cb84aadcd (patch)
treea79fed7e66c3cf72491f3298a4b2b0d5e7add232
parent5898206c9d51b47bd23ceed319fef1608a7b7f9e (diff)
* Add hurd-i386 support to make-local-mirror for unstable and experimental
(thanks, Adam D. Barratt; closes: #354225).
-rw-r--r--debian/changelog2
-rwxr-xr-xexamples/make-local-mirror5
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b496f0b..44a021f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ madison-lite (0.9) UNRELEASED; urgency=low
Adam D. Barratt; closes: #354223).
* Add amd64 support to make-local-mirror for testing and unstable (thanks,
Adam D. Barratt; closes: #354224).
+ * Add hurd-i386 support to make-local-mirror for unstable and experimental
+ (thanks, Adam D. Barratt; closes: #354225).
-- Colin Watson <cjwatson@debian.org> Sun, 26 Feb 2006 17:23:05 +0000
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"