From 844434afb66b9d61585d1f2b2605a9e459c1cebd Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 28 Mar 2014 10:27:52 +0100 Subject: [PATCH] MT#6171 Use lenny mirror from our main Debian mirror We got rid of http://debian.sipwise.com/debian-lenny/ by mirroring lenny at http://debian.sipwise.com/debian/ as we already do it for squeeze and wheezy. --- deployment.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deployment.sh b/deployment.sh index 48f9053..c6f9d43 100755 --- a/deployment.sh +++ b/deployment.sh @@ -863,14 +863,7 @@ fi # NOTE: we use the debian.sipwise.com CNAME by intention here # to avoid conflicts with apt-pinning, preferring deb.sipwise.com # over official Debian -case "$DEBIAN_RELEASE" in - lenny) - MIRROR='http://debian.sipwise.com/debian-lenny/' - ;; - *) - MIRROR='http://debian.sipwise.com/debian/' - ;; -esac +MIRROR='http://debian.sipwise.com/debian/' SEC_MIRROR='http://debian.sipwise.com/debian-security/' set_deploy_status "debootstrap"