diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-30 11:02:07 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-30 11:02:07 +0100 |
| commit | 9543d9414085ba8f9b29f8b5fe6dca72d6af5fa1 (patch) | |
| tree | 31574f78900c765bd46b1787853caec4ecb03215 | |
| parent | 02104e7cf55d6d17c074b1a8567d578abef82fb2 (diff) | |
| download | python-apt-9543d9414085ba8f9b29f8b5fe6dca72d6af5fa1.tar.gz | |
pre-build.sh: re-enable debian mirror update, hopefully svn.debian.org is back on the next build
| -rwxr-xr-x | pre-build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pre-build.sh b/pre-build.sh index b23b3a34..026a491e 100755 --- a/pre-build.sh +++ b/pre-build.sh @@ -7,6 +7,5 @@ if [ -n "$https_proxy" ]; then fi utils/get_ubuntu_mirrors_from_lp.py > data/templates/Ubuntu.mirrors -# debian svn down so temporarely disabled -#echo "updating Debian mirror list" -#utils/get_debian_mirrors.py > data/templates/Debian.mirrors +echo "updating Debian mirror list" +utils/get_debian_mirrors.py > data/templates/Debian.mirrors |
