summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-05 14:25:57 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-05 14:25:57 +0100
commit212b8eb4b55979e2168c16c5fc37b5395f5b8b19 (patch)
tree6811867e3825f633857067f8bd4ba51ffd04154c /bin
parentd76e73ef046fbaa140106f9ebdbaf75dbb68a480 (diff)
downloadjenkins.debian.net-212b8eb4b55979e2168c16c5fc37b5395f5b8b19.tar.xz
force proxy in apt
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot_tester.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh
index ab64c083..5fb1c84c 100755
--- a/bin/chroot_tester.sh
+++ b/bin/chroot_tester.sh
@@ -61,6 +61,7 @@ $SCRIPT_HEADER
mount /proc -t proc /proc
echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
+echo 'Acquire::http::Proxy "http://localhost:3128";' > /etc/apt/apt.conf.d/80proxy
EOF
}