remove specification of 'Retries' in apt config.

This commit is contained in:
Scott Moser 2011-10-25 17:08:29 -04:00
parent be30dcfdbb
commit 4f871e64b1

View File

@ -650,7 +650,7 @@ if [ -n "$proxy" ]; then
mkdir -p /etc/apt/apt.conf.d/
cat > /etc/apt/apt.conf.d/99mk-sbuild-proxy <<EOF
## proxy settings copied from mk-sbuild
Acquire { Retries "0"; HTTP { Proxy "$proxy"; }; };
Acquire { HTTP { Proxy "$proxy"; }; };
EOF
fi
# Reload package lists