summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-02-27 09:31:49 +0000
committerColin Watson <cjwatson@debian.org>2006-02-27 09:31:49 +0000
commit51c2977488d9f87c14b9e7f342e1aef219eeff11 (patch)
treef6ec90db276f8d5b634dc33c146ef26eb4555bbb
parent6fc3bb6d25a061554edd78c4703930448cf5050a (diff)
* Remove proposed-updates, testing, testing-proposed-updates, unstable,
and experimental from default non-US components in make-local-mirror; none of them exist any more.
-rw-r--r--debian/changelog3
-rw-r--r--examples/local-mirror.config5
-rwxr-xr-xexamples/make-local-mirror2
3 files changed, 4 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index f8fee78..7d77c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ madison-lite (0.9) UNRELEASED; urgency=low
environment variable; add an example configuration that works with
make-local-mirror's default output (thanks, Reinhard Tartler;
closes: #354104).
+ * Remove proposed-updates, testing, testing-proposed-updates, unstable,
+ and experimental from default non-US components in make-local-mirror;
+ none of them exist any more.
-- Colin Watson <cjwatson@debian.org> Sun, 26 Feb 2006 17:23:05 +0000
diff --git a/examples/local-mirror.config b/examples/local-mirror.config
index 35c99e8..266e9dd 100644
--- a/examples/local-mirror.config
+++ b/examples/local-mirror.config
@@ -9,11 +9,6 @@ suite testing-proposed-updates dists/testing-proposed-updates main contrib non-f
suite unstable dists/unstable main contrib non-free
suite experimental dists/experimental main contrib non-free
suite stable/non-US dists/stable-non-US main contrib non-free
-suite proposed-updates/non-US dists/proposed-updates-non-US main contrib non-free
-suite testing/non-US dists/testing-non-US main contrib non-free
-suite testing-proposed-updates/non-US dists/testing-proposed-updates-non-US main contrib non-free
-suite unstable/non-US dists/unstable-non-US main contrib non-free
-suite experimental/non-US dists/experimental-non-US main contrib non-free
suite stable/updates dists/stable-security main contrib non-free
suite testing/updates dists/testing-security main contrib non-free
# Uncomment the following lines if you are mirroring Ubuntu index files as
diff --git a/examples/make-local-mirror b/examples/make-local-mirror
index c625d13..207c4b7 100755
--- a/examples/make-local-mirror
+++ b/examples/make-local-mirror
@@ -43,7 +43,7 @@ for archive in $archives; do
non-US)
host="$HOST_NONUS"
suitesuffix='/non-US'
- suites='stable proposed-updates testing testing-proposed-updates unstable'
+ suites='stable'
components='main contrib non-free'
;;
security)