summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-02-26 18:25:32 +0000
committerColin Watson <cjwatson@debian.org>2006-02-26 18:25:32 +0000
commit3fd35ccf7bcd4a00d53020c6033ea9b73ca0c80d (patch)
treeb0cf1c320bc5f729ae72a05a5d05a6109a196802 /examples
parent6acd2c4ff5f5e0777433d21a7d80723be75016d3 (diff)
* Remove special handling for experimental in make-local-mirror (thanks,
Adam D. Barratt; closes: #354223).
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/make-local-mirror6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/make-local-mirror b/examples/make-local-mirror
index d6a6ea4..acd9ec2 100755
--- a/examples/make-local-mirror
+++ b/examples/make-local-mirror
@@ -58,11 +58,7 @@ for archive in $archives; do
fi
mkdir -p "$suitehere"
- if [ "$suite" = experimental ]; then
- root=project
- else
- root=dists
- fi
+ root=dists
case $suite in
oldstable)
arches='alpha arm i386 m68k powerpc sparc'