summaryrefslogtreecommitdiff
path: root/pump.in
Commit message (Expand)AuthorAgeFilesLines
* Fix for distcc issue 109 <http://code.google.com/p/distcc/issues/detail?id=109>:fergus.henderson@gmail.com2012-05-031-1/+1
* Fix for distcc issue 101 <http://code.google.com/p/distcc/issues/detail?id=101>:kamal@whence.com2012-04-041-6/+9
* Fix for distcc issue 100 <http://code.google.com/p/distcc/issues/detail?id=100>:fergus.henderson@gmail.com2012-04-041-1/+1
* Make max_discrepancies_before_demotion configurable via DISTCC_MAX_DISCREPANC...zhanglei2009-08-031-1/+11
* Handle failure of "mktemp" more gracefully in the pump script.fergus.henderson2009-01-261-3/+3
* Avoid using "echo -n", because it's not portable.fergus.henderson2009-01-051-7/+6
* Fix <http://code.google.com/p/distcc/issues/detail?id=19>:fergus.henderson2008-09-101-4/+12
* When I moved the envvar declarations to inside the 'eval', I had tocsilvers2008-06-101-2/+2
* Apparently, for freebsd's sh at least, "eval FOO=a bar" lets bar seecsilvers2008-06-101-8/+9
* Rename "Critique" function as "ReportDiscrepancies",fergus.henderson2008-06-091-2/+2
* The missing include_server(1) man page and additional material about the basicklarlund2008-06-091-2/+0
* Fix typo in Nils' previous change.fergus.henderson2008-06-091-1/+1
* Add necessary message to pump script with warning that compilations were forcedklarlund2008-06-091-4/+15
* Get rid of setting is_in_installation; that variable isn't usedcsilvers2008-06-041-14/+0
* Fix a bug in the pump script where it wasn't waiting for the includefergus.henderson2008-06-031-0/+6
* Fix option real_path_warning_re not working.klarlund2008-06-021-7/+14
* Add critique of pump-mode when include server shuts down.klarlund2008-05-291-0/+13
* Fix unproctected invocation of distcc and numeric designation of one with aklarlund2008-05-281-4/+8
* Fix author lines. Also, add gpl text.csilvers2008-05-231-2/+17
* Some usability improvements, in particular better diagnostics forfergus.henderson2008-05-211-0/+21
* Fix: speed-up the include processor a few times by exporting PYTHONOPTIMIZE.klarlund2008-05-161-0/+1
* Fix variable that denotes the source location.klarlund2008-05-161-14/+27
* Instead of a hack to figure out if pump is installed or not -- onecsilvers2008-05-151-8/+17
* Ick. On some systems test is in /bin, and in others /usr/bin. Nowcsilvers2008-05-141-1/+8
* Fix a test to work on solaris sh.csilvers2008-05-141-1/+3
* A few more cleanups:csilvers2008-05-141-3/+5
* Rewrite 'pump' to remove bash-isms. This should now work withcsilvers2008-05-131-92/+87
* Fix 'ps' invocation to be more FreeBSD friendly.klarlund2008-05-121-1/+1
* Get rid of 'readlink -f', which is a Gnuism.klarlund2008-05-121-1/+1
* Make the identification of Python 'binaries' more robust.klarlund2008-05-091-1/+2
* Rewrite setup.py and associated logic to fix multiple build problems.klarlund2008-05-091-1/+1
* Make install-checks work and a lot of clean-up in regards to the 'checking'klarlund2008-04-301-27/+14
* Clean logic and error messaging in pump script. klarlund2008-04-151-66/+70
* Fix up pump.in:klarlund2008-04-141-30/+34
* The second part of my change to hoist everything in the distcc/csilvers2008-04-121-2/+1
* Merge configure.ac, distcc/configure.ac, andcsilvers2008-04-111-16/+16
* Initial submission @6805748, not fully baked yet.klarlund2008-03-281-0/+444