From 802ab49a6164db766021b724dbf1e399e6c85043 Mon Sep 17 00:00:00 2001 From: "fergus.henderson" Date: Fri, 1 Aug 2008 03:42:03 +0000 Subject: Increase MAX_COMPONENTS_IN_SERVER_ROOT from 10 to 20. It turns out that our own test infrastructure (test/testdistcc.py) sets TMPDIR before invoking distccd, so this needs to be reasonably high, otherwise 'make distcheck' will fail. git-svn-id: http://distcc.googlecode.com/svn/trunk@580 01de4be4-8c4a-0410-9132-4925637da917 --- include_server/basics.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include_server') diff --git a/include_server/basics.py b/include_server/basics.py index c3c23d6..0854aa5 100755 --- a/include_server/basics.py +++ b/include_server/basics.py @@ -156,7 +156,10 @@ class ClientRootKeeper(object): # on the client machine. Normally the server root is /tmp/distccd_XXXXXX. # But it could be something different if TMPDIR is set when distccd is # started. See dcc_get_tmp_top() in ../src/tempfile.c. -MAX_COMPONENTS_IN_SERVER_ROOT = 10 +# It turns out that our own test infrastructure (test/testdistcc.py) +# sets TMPDIR before invoking distccd, so this needs to be reasonably +# high, otherwise 'make distcheck' will fail. +MAX_COMPONENTS_IN_SERVER_ROOT = 20 # EMAILS -- cgit v1.2.1