diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-05 14:25:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-05 14:25:57 +0100 |
commit | 212b8eb4b55979e2168c16c5fc37b5395f5b8b19 (patch) | |
tree | 6811867e3825f633857067f8bd4ba51ffd04154c | |
parent | d76e73ef046fbaa140106f9ebdbaf75dbb68a480 (diff) | |
download | jenkins.debian.net-212b8eb4b55979e2168c16c5fc37b5395f5b8b19.tar.xz |
force proxy in apt
-rwxr-xr-x | bin/chroot_tester.sh | 1 |
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 } |