File: apt-integration

package info (click to toggle)
auto-apt-proxy 13.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: sh: 189; makefile: 13
file content (11 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

cd ${AUTOPKGTEST_TMP:-/tmp}
unset no_proxy

export AUTO_APT_PROXY_NO_CACHE=1
apt-get source auto-apt-proxy

grep auto-apt-proxy /var/log/apt-cacher-ng/apt-cacher.log