Bypass default APT proxy to access bugs.debian.org.

This is needed when using apt-listbugs with an APT proxy that only {wants,can}
proxy "normal" APT traffic.
This commit is contained in:
intrigeri 2010-12-11 19:58:19 +01:00
parent fad111e036
commit 248d7e46ff

View file

@ -2,3 +2,4 @@
// all local modifications will be overwritten // all local modifications will be overwritten
Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; }; Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; };
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";