From 562b0f8159e468ed783506dd73017958e1286be9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Feb 2011 19:23:59 -0400 Subject: Remove 5 second sleeps when debootstrap finds additional required dependencies. d-i just got that much faster. --- debian/changelog | 5 +++++ debootstrap | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f133456..1e37533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ debootstrap (1.0.28) UNRELEASED; urgency=low + [ Miguel Figueiredo ] * Fix for ar usage, thanks to Guillem Jover. Closes: #598729 + [ Joey Hess ] + * Remove 5 second sleeps when debootstrap finds additional required + dependencies. d-i just got that much faster. + -- Miguel Figueiredo Thu, 10 Feb 2011 21:45:23 +0000 debootstrap (1.0.27) unstable; urgency=low 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 -- cgit v0.12