apt-proxy apt-able distribution There are two branches: stable - contains current stable version. This is generally the same version as in Sarge/Sid, but you will see it quicker here than waiting for it to go through the sponsor->incoming->dinstall->mirror chain. It is also suitable for keeping an otherwise Woody or Potato machine up to date with the latest stable version of apt-proxy. unstable - development versions. I can only really test apt-proxy properly once a day, at the time when I do a package upgrade on my machines, so it takes a while for obscure bugs to surface. This is where you can help! Just point apt at this directory and install the current version. Drop me an email, or file a bug report if you spot anything! I only upload versions here once I am satisfied that they are reasonably stable. Also, this archive contains the new version 2, which is under development. It is packaged as apt-proxy-v2 and installs alongside version 1 without interfering with it. This will eventually be uploaded as apt-proxy version 2. apt-sources lines ----------------- (The deb-src lines are optional - you only need them if you wish to download the source package.) - stable versions - deb http://apt-proxy.sourceforge.net/apt-proxy stable/ deb-src http://apt-proxy.sourceforge.net/apt-proxy stable/ - development versions - deb http://apt-proxy.sourceforge.net/apt-proxy unstable/ deb-src http://apt-proxy.sourceforge.net/apt-proxy unstable/ using with apt-proxy -------------------- If you have apt-proxy > 1.2.9, you can cache them with apt-proxy: - /etc/apt-proxy/apt-proxy.conf: - add_backend /apt-proxy/ $APT_PROXY_CACHE/apt-proxy/ \ http://apt-proxy.sourceforge.net/apt-proxy/ - /etc/apt/sources.list (stable) - deb http://APTPROXY:9999/apt-proxy stable/ deb-src http://APTPROXY:9999/apt-proxy stable/ - /etc/apt/sources.list (development) - deb http://APTPROXY:9999/apt-proxy unstable/ deb-src http://APTPROXY:9999/apt-proxy unstable/