auto-apt-proxy 8ubuntu1 source package in Ubuntu

Changelog

auto-apt-proxy (8ubuntu1) bionic; urgency=medium

  * debian/tests/apt-integration: skip this test if $no_proxy is set (as it
    is on Ubuntu infrastructure), since this may cause apt to bypass
    apt-cacher-ng and yield a false-positive.

 -- Steve Langasek <email address hidden>  Mon, 19 Mar 2018 16:41:43 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
auto-apt-proxy_8ubuntu1.tar.xz 15.2 KiB 8e2ac05dfe1f2a4e0c2679b23787bf0c15158cdf99df923a6a8fdd60abbd1e22
auto-apt-proxy_8ubuntu1.dsc 1.9 KiB 9c6decd6e87bc5ac692728ad1c74fcc70b12227dfdbee03a33e81b5d807bd41d

Available diffs

View changes file

Binary packages built by this source

auto-apt-proxy: automatic detector of common APT proxy settings

 auto-apt-proxy installs itself as an APT proxy autodetector, and detects
 common setups by checking localhost and the network default gateway for
 well-known APT proxies such as apt-cacher-ng.
 .
 This package is most useful for development environments, and will Do The
 Right Thing for:
 .
   * build chroots, with a proxy running on the host system.
   * docker/lxc containers, with a proxy running on the host system.
   * Virtual machines with NAT networking, with a proxy running on the host
   * system.
   * any other system, with a proxy running on its default gateway.
 .
 The following APT proxy servers are supported and automatically detected:
   * apt-cacher-ng
   * approx
   * apt-cacher
 .
 This package has a minimal set of dependencies in order to minimize the
 influence on systems where it is installed.
 .
 For corporate desktop/server deployments, where the APT proxy can be located
 at any arbitrary host, you should probably try the `squid-deb-proxy-client`
 package instead.