[Qa-jenkins-scm] [jenkins.debian.net] 03/04: unkludge squid, and unset http_proxy

Holger Levsen holger at layer-acht.org
Wed May 11 22:42:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d63a532c80b01ae6197eca43b8e560c916131428
Author: Philip Hands <phil at hands.com>
Date:   Thu May 12 00:09:16 2016 +0200

    unkludge squid, and unset http_proxy
---
 cucumber/bin/run_test_suite                 | 2 ++
 hosts/jenkins-test-vm/etc/squid3/squid.conf | 4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cucumber/bin/run_test_suite b/cucumber/bin/run_test_suite
index 86e7ea7..7d175f3 100755
--- a/cucumber/bin/run_test_suite
+++ b/cucumber/bin/run_test_suite
@@ -273,4 +273,6 @@ RUBY_STDOUT_SYNC=$TMPDIR/.stdout-sync.rb
 echo STDOUT.sync = true > $RUBY_STDOUT_SYNC
 export RUBYOPT="-r $RUBY_STDOUT_SYNC"
 
+unset http_proxy
+
 cucumber ${@}
diff --git a/hosts/jenkins-test-vm/etc/squid3/squid.conf b/hosts/jenkins-test-vm/etc/squid3/squid.conf
index 27b1559..d3a0a7f 100644
--- a/hosts/jenkins-test-vm/etc/squid3/squid.conf
+++ b/hosts/jenkins-test-vm/etc/squid3/squid.conf
@@ -714,7 +714,6 @@ acl Safe_ports port 280		# http-mgmt
 acl Safe_ports port 488		# gss-http
 acl Safe_ports port 591		# filemaker
 acl Safe_ports port 777		# multiling http
-acl VNC_ports port 5900-5999	# VNC ports
 acl CONNECT method CONNECT
 
 #  TAG: follow_x_forwarded_for
@@ -823,7 +822,6 @@ http_access deny manager
 # Deny requests to certain unsafe ports
 http_access deny !Safe_ports
 
-http_access allow CONNECT VNC_ports
 # Deny CONNECT to other than secure SSL ports
 http_access deny CONNECT !SSL_ports
 
@@ -2232,7 +2230,7 @@ http_port 3128
 
 # Uncomment and adjust the following to add a disk cache directory.
 #cache_dir ufs /var/spool/squid3 100 16 256
-cache_dir ufs /var/spool/squid3 1000 16 1024
+cache_dir ufs /var/spool/squid3 16384 16 1024
 
 #  TAG: store_dir_select_algorithm
 #	Set this to 'round-robin' as an alternative.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list