I have a apt-cacher-ng server on my LAN network, and I was wondering how I could "force" pbuilder to use it (to speed up package builds).
Typical setup client-side of the cache goes something like this:
In /etc/apt/apt.conf:
Acquire::http { Proxy "http://servername:3142"; };
--mirroroption that i guess sets the mirror to use. Try setting it to apt-cache-ng server address. – Salem Jan 17 '12 at 17:03http://servername:3142/ubuntuas your mirror url. – xav0989 Apr 16 at 20:24