diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-23 14:18:44 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-23 14:18:44 +0100 |
| commit | 37650a078f5504dfbc6622d2c06f4435a3302dd4 (patch) | |
| tree | 35d7df75535420cbe0712a5f7b7b66d61f5e44d1 /pre-build.sh | |
| parent | 2aa709e41d8896ef897863ea9181c409c4c87a8c (diff) | |
| parent | 3a08cfb10590d5cf5df1f45d94a424ef6a0f674b (diff) | |
| download | python-apt-37650a078f5504dfbc6622d2c06f4435a3302dd4.tar.gz | |
merged from lp:~mvo/python-apt/mvo
Diffstat (limited to 'pre-build.sh')
| -rwxr-xr-x | pre-build.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pre-build.sh b/pre-build.sh index 29effc13..026a491e 100755 --- a/pre-build.sh +++ b/pre-build.sh @@ -1,8 +1,11 @@ #!/bin/sh -echo "updating mirror list from launchpad" +echo "updating Ubuntu 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 + +echo "updating Debian mirror list" +utils/get_debian_mirrors.py > data/templates/Debian.mirrors |
