summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-21 23:23:59 (GMT)
committerJoey Hess <joey@kitenet.net>2011-02-21 23:23:59 (GMT)
commit562b0f8159e468ed783506dd73017958e1286be9 (patch)
tree4ad3eb5d34b3626e89e37f9f0a6c6443d9504e92 /debootstrap
parent600069efff1e329e09c26fe6dd8b9418100a19d8 (diff)
downloaddebootstrap-562b0f8159e468ed783506dd73017958e1286be9.zip
debootstrap-562b0f8159e468ed783506dd73017958e1286be9.tar.gz
debootstrap-562b0f8159e468ed783506dd73017958e1286be9.tar.bz2
Remove 5 second sleeps when debootstrap finds additional required dependencies. d-i just got that much faster.
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap3
1 files changed, 0 insertions, 3 deletions
diff --git a/debootstrap b/debootstrap
index 9b0b7f1..0fc16d4 100755
--- a/debootstrap
+++ b/debootstrap
@@ -525,7 +525,6 @@ if am_doing_phase finddebs; then
if [ "$baseU" != "" ]; then
info REDUNDANTBASE "Found packages in base already in required: %s" "$baseU"
- sleep 5
fi
info RESOLVEREQ "Resolving dependencies of required packages..."
@@ -538,11 +537,9 @@ if am_doing_phase finddebs; then
baseX=$(without "$base" "$baseX")
if [ "$requiredX" != "" ]; then
info NEWREQUIRED "Found additional required dependencies: %s" "$requiredX"
- sleep 5
fi
if [ "$baseX" != "" ]; then
info NEWBASE "Found additional base dependencies: %s" "$baseX"
- sleep 5
fi
fi