<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/distcc-git.git/pump.in, branch python3</title>
<subtitle>github.com: distcc/distcc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/'/>
<entry>
<title>Fix for distcc issue 109 &lt;http://code.google.com/p/distcc/issues/detail?id=109&gt;:</title>
<updated>2012-05-03T20:58:24+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2012-05-03T20:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=c94b3196d79d917389c63d5f18ae476765f06ea1'/>
<id>c94b3196d79d917389c63d5f18ae476765f06ea1</id>
<content type='text'>
Apply a patch from Debian that was forwarded upstream by mandyke.
The patch fixes a potential security problem in pump wrapper
(pump.in).  If PYTHONPATH were originally unset or empty, the current working
directory would be added to PYTHONPATH, which is a security risk.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply a patch from Debian that was forwarded upstream by mandyke.
The patch fixes a potential security problem in pump wrapper
(pump.in).  If PYTHONPATH were originally unset or empty, the current working
directory would be added to PYTHONPATH, which is a security risk.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for distcc issue 101 &lt;http://code.google.com/p/distcc/issues/detail?id=101&gt;:</title>
<updated>2012-04-04T20:45:38+00:00</updated>
<author>
<name>Kamal Mostafa</name>
<email>kamal@whence.com</email>
</author>
<published>2012-04-04T20:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=367944872e5585a4197f51c5afc0616f31310a11'/>
<id>367944872e5585a4197f51c5afc0616f31310a11</id>
<content type='text'>
pump should always report non-zero discrepancy count

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pump should always report non-zero discrepancy count

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for distcc issue 100 &lt;http://code.google.com/p/distcc/issues/detail?id=100&gt;:</title>
<updated>2012-04-04T17:52:31+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2012-04-04T17:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=fa07b3b24c37b7a8bab5937336fc2a9b9881a9c7'/>
<id>fa07b3b24c37b7a8bab5937336fc2a9b9881a9c7</id>
<content type='text'>
change the pump script to use $TMPDIR in preference to /tmp if the TMPDIR
environment variable is set.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change the pump script to use $TMPDIR in preference to /tmp if the TMPDIR
environment variable is set.

</pre>
</div>
</content>
</entry>
<entry>
<title>Make max_discrepancies_before_demotion configurable via DISTCC_MAX_DISCREPANCY environment variable.</title>
<updated>2009-08-03T23:33:36+00:00</updated>
<author>
<name>zhanglei</name>
<email>zhanglei@gmail.com</email>
</author>
<published>2009-08-03T23:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=f681734fc3c14f7fa2ac0517b538afc2c2fc5713'/>
<id>f681734fc3c14f7fa2ac0517b538afc2c2fc5713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle failure of "mktemp" more gracefully in the pump script.</title>
<updated>2009-01-26T23:50:57+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2009-01-26T23:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=29f6af3a97c70e5e3699510df48b34c0c7e8d18d'/>
<id>29f6af3a97c70e5e3699510df48b34c0c7e8d18d</id>
<content type='text'>
It was printing an error message, but then it would continue
on even if mktemp had failed (it called "exit 1", but only
in a subshell).  It would then go on and try to start the
include server, which would end up hanging.
The fix is to make sure that we call "exit 1" from the main
shell whenever MakeTmpFile fails.

Reviewed by Craig Silverstein.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was printing an error message, but then it would continue
on even if mktemp had failed (it called "exit 1", but only
in a subshell).  It would then go on and try to start the
include server, which would end up hanging.
The fix is to make sure that we call "exit 1" from the main
shell whenever MakeTmpFile fails.

Reviewed by Craig Silverstein.

</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using "echo -n", because it's not portable.</title>
<updated>2009-01-05T20:29:04+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2009-01-05T20:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=b0e93f09f6110062d7e56929bcf92efea3923071'/>
<id>b0e93f09f6110062d7e56929bcf92efea3923071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix &lt;http://code.google.com/p/distcc/issues/detail?id=19&gt;:</title>
<updated>2008-09-10T02:39:36+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-09-10T02:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=67db38dab46320b2c8d8a569beb24df22e75f559'/>
<id>67db38dab46320b2c8d8a569beb24df22e75f559</id>
<content type='text'>
the pump script was hard-coding /etc/distcc/hosts rather
than using the prefix specified to configure.

Reviewed by Craig Silverstein.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the pump script was hard-coding /etc/distcc/hosts rather
than using the prefix specified to configure.

Reviewed by Craig Silverstein.
</pre>
</div>
</content>
</entry>
<entry>
<title>When I moved the envvar declarations to inside the 'eval', I had to</title>
<updated>2008-06-10T05:51:33+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-06-10T05:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=5e1003973ffea4c43c23f063bee621136f31eb39'/>
<id>5e1003973ffea4c43c23f063bee621136f31eb39</id>
<content type='text'>
quote them to protect them from the extra level of evaluation, but I
had failed to do this.  This change makes it so I do.

Tested by running 'make pump-maintainer-check on linux (ubuntu).

Detected and reviewed by fergus
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
quote them to protect them from the extra level of evaluation, but I
had failed to do this.  This change makes it so I do.

Tested by running 'make pump-maintainer-check on linux (ubuntu).

Detected and reviewed by fergus
</pre>
</div>
</content>
</entry>
<entry>
<title>Apparently, for freebsd's sh at least, "eval FOO=a bar" lets bar see</title>
<updated>2008-06-10T00:52:08+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-06-10T00:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=6c58c6f731726cfca3742a8ddcbde85ec37bf83c'/>
<id>6c58c6f731726cfca3742a8ddcbde85ec37bf83c</id>
<content type='text'>
FOO=a, while "FOO=a eval bar" does not.  So change from the latter
formulation to the former.

Tested by running 'make pump-maintainer-check' on freebsd and on linux
(ubuntu).

Reviewed by klarlund
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FOO=a, while "FOO=a eval bar" does not.  So change from the latter
formulation to the former.

Tested by running 'make pump-maintainer-check' on freebsd and on linux
(ubuntu).

Reviewed by klarlund
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "Critique" function as "ReportDiscrepancies",</title>
<updated>2008-06-09T20:28:09+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-09T20:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=600232e9d1f8c80e596f85c76fee83043e57700f'/>
<id>600232e9d1f8c80e596f85c76fee83043e57700f</id>
<content type='text'>
to make it clearer what the function does.

Reviewers: Craig Silverstein, Nils Klarlund
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to make it clearer what the function does.

Reviewers: Craig Silverstein, Nils Klarlund
</pre>
</div>
</content>
</entry>
</feed>
