summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-06-01 17:43:35 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-06-01 17:43:35 +0200
commit9db4870363809d86df9b723737d6cb3438db691c (patch)
tree97724fea1ebc862f9e0723439b06600098f3cdef
parent5ede2f9ff71f1e95bc99e891b0d57ee857a0bbcd (diff)
downloadpython-apt-9db4870363809d86df9b723737d6cb3438db691c.tar.gz
pre-build.sh.moved: removed
-rwxr-xr-xpre-build.sh.moved8
1 files changed, 0 insertions, 8 deletions
diff --git a/pre-build.sh.moved b/pre-build.sh.moved
deleted file mode 100755
index 29effc13..00000000
--- a/pre-build.sh.moved
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-echo "updating mirror list from launchpad"
-if [ -n "$https_proxy" ]; then
- echo "disabling https_proxy as Python's urllib doesn't support it; see #94130"
- unset https_proxy
-fi
-utils/get_ubuntu_mirrors_from_lp.py > data/templates/Ubuntu.mirrors