<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/distcc-git.git/packaging, 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>Add help for systemd-based RH-like distro users</title>
<updated>2015-11-04T17:22:09+00:00</updated>
<author>
<name>Vincent Legoll</name>
<email>vincent.legoll@gmail.com</email>
</author>
<published>2015-11-04T17:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=aa3fb01d223bd4b722ec32c27eae69ad057478fb'/>
<id>aa3fb01d223bd4b722ec32c27eae69ad057478fb</id>
<content type='text'>
Recent RedHat-like distributions run distcc through systemd and
the configuration is not taken from this file, so add a comment that
put the poor user in the right direction.

This patch is RFC here because the downstream bug has not been
fixed and is going to be EOL'ed

See: https://bugzilla.redhat.com/show_bug.cgi?id=1187517</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent RedHat-like distributions run distcc through systemd and
the configuration is not taken from this file, so add a comment that
put the poor user in the right direction.

This patch is RFC here because the downstream bug has not been
fixed and is going to be EOL'ed

See: https://bugzilla.redhat.com/show_bug.cgi?id=1187517</pre>
</div>
</content>
</entry>
<entry>
<title>Apply fix for distcc issue 114 &lt;http://code.google.com/p/distcc/issues/detail?id=114&gt;</title>
<updated>2012-07-11T01:52:01+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2012-07-11T01:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=316f4b0df25c988086a86603bcd2b0532b53a6db'/>
<id>316f4b0df25c988086a86603bcd2b0532b53a6db</id>
<content type='text'>
sent by Ying Chen &lt;companycy@gmail.com&gt;: ensure that lsdistcc.1.gz gets
included in the RPM package.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sent by Ying Chen &lt;companycy@gmail.com&gt;: ensure that lsdistcc.1.gz gets
included in the RPM package.

</pre>
</div>
</content>
</entry>
<entry>
<title>Apply patch from Tal &lt;tal.bav@gmail.com&gt;:</title>
<updated>2009-12-30T04:25:36+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2009-12-30T04:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=7d8d7fcc557fdf46025ea3450f28873d4d30ee48'/>
<id>7d8d7fcc557fdf46025ea3450f28873d4d30ee48</id>
<content type='text'>
In packaging/RedHat/init.d/distcc the executable is once refereed to
using the variable EXEC, and once as with the explicit expected name.
Change it to always use the EXEC variable.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In packaging/RedHat/init.d/distcc the executable is once refereed to
using the variable EXEC, and once as with the explicit expected name.
Change it to always use the EXEC variable.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a non-portability in rpm.sh:</title>
<updated>2009-02-17T23:10:28+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2009-02-17T23:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=a4c98e6e93778c9807ad4f5251ee284ef61a553d'/>
<id>a4c98e6e93778c9807ad4f5251ee284ef61a553d</id>
<content type='text'>
use "trap ... HUP" rather than "trap ... SIGHUP".

The Posix.1 standard &lt;http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap&gt;
says:
  The condition can be EXIT, 0 (equivalent to EXIT), or a signal specified
  using a symbolic name, without the SIG prefix, as listed in the tables
  of signal names in the &lt;signal.h&gt; header [...]; for example, HUP, INT,
  QUIT, TERM. Implementations may permit names with the SIG prefix or
  ignore case in signal names as an extension.

Previously, the code was relying on this optional extension.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use "trap ... HUP" rather than "trap ... SIGHUP".

The Posix.1 standard &lt;http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap&gt;
says:
  The condition can be EXIT, 0 (equivalent to EXIT), or a signal specified
  using a symbolic name, without the SIG prefix, as listed in the tables
  of signal names in the &lt;signal.h&gt; header [...]; for example, HUP, INT,
  QUIT, TERM. Implementations may permit names with the SIG prefix or
  ignore case in signal names as an extension.

Previously, the code was relying on this optional extension.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong description for uploaded distcc-&lt;version&gt;.tar{.gz,.bz2} files.</title>
<updated>2008-06-24T22:06:41+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-24T22:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=6830860e5cb7a3621ef8c05b98d10c45e531c9b3'/>
<id>6830860e5cb7a3621ef8c05b98d10c45e531c9b3</id>
<content type='text'>
Reviewers: Craig Silverstein
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: Craig Silverstein
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the deb.sh and rpm.sh scripts to remove old .deb or .rpm</title>
<updated>2008-06-19T20:55:52+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-19T20:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=ba347b297a1b13ab2a6da13ca89b7768213a0835'/>
<id>ba347b297a1b13ab2a6da13ca89b7768213a0835</id>
<content type='text'>
files (for the same package and version) before generating the new ones.
Similarly change "make install-deb" and "make upload-dist" so that
they are more selective in which files they install.

This fixes a bug where "make install-deb" tried to install the wrong
.deb files, because it just did "rpm -i *.deb", and there can be old
.deb files lying around.  It also fixes a similar problem in "make
upload-dist".

Also, add a "tags" target to the Makefile.

Reviewers: Craig Silverstein
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
files (for the same package and version) before generating the new ones.
Similarly change "make install-deb" and "make upload-dist" so that
they are more selective in which files they install.

This fixes a bug where "make install-deb" tried to install the wrong
.deb files, because it just did "rpm -i *.deb", and there can be old
.deb files lying around.  It also fixes a similar problem in "make
upload-dist".

Also, add a "tags" target to the Makefile.

Reviewers: Craig Silverstein
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a missing word in a comment.</title>
<updated>2008-06-18T02:23:49+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-18T02:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=994e57cc5ba18d229d0fc348508ac722bb6a2aaf'/>
<id>994e57cc5ba18d229d0fc348508ac722bb6a2aaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the html version of the man pages, based on the .1 updates.</title>
<updated>2008-06-09T21:22:36+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-06-09T21:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=0f4df54d7a8a531ad333da6dd225881fb1d47156'/>
<id>0f4df54d7a8a531ad333da6dd225881fb1d47156</id>
<content type='text'>
Add include_server, which is a new man page.  Update the Makefile to
know about the new man page, include it in the distribution, etc.
Also update the rpm spec to include it too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add include_server, which is a new man page.  Update the Makefile to
know about the new man page, include it in the distribution, etc.
Also update the rpm spec to include it too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug where the "pump" man page was not included in the RPM</title>
<updated>2008-05-30T07:46:49+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-05-30T07:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=4f0a258bc5f243ef50282562482c0fdf90c31c91'/>
<id>4f0a258bc5f243ef50282562482c0fdf90c31c91</id>
<content type='text'>
and Debian packages.

Also, fix a bug where the Makefile rules for building HTML files were
not working when srcdir != builddir.

Tested by "make install-deb; man pump".

Reviewers: Craig Silverstein
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and Debian packages.

Also, fix a bug where the Makefile rules for building HTML files were
not working when srcdir != builddir.

Tested by "make install-deb; man pump".

Reviewers: Craig Silverstein
</pre>
</div>
</content>
</entry>
<entry>
<title>Update install-message wording.</title>
<updated>2008-05-23T20:43:48+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-05-23T20:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/distcc-git.git/commit/?id=6933d4c63d7c6c3e816c1e2c4d7f05d43a345078'/>
<id>6933d4c63d7c6c3e816c1e2c4d7f05d43a345078</id>
<content type='text'>
Reviewed by fergus
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by fergus
</pre>
</div>
</content>
</entry>
</feed>
