<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/distcc-git.git/TODO, branch python3</title>
<subtitle>github.com: distcc/distcc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/'/>
<entry>
<title>Some updates to the TODO list to mark as done issues which are addressed</title>
<updated>2008-06-09T20:31:04+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-09T20:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=f193df33cc395e1f2792cfc9a86d2528e2cada9b'/>
<id>f193df33cc395e1f2792cfc9a86d2528e2cada9b</id>
<content type='text'>
in distcc 3.0.

Reviewers: Craig Silverstein

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in distcc 3.0.

Reviewers: Craig Silverstein

</pre>
</div>
</content>
</entry>
<entry>
<title>Update the TODO file to add an entry on better non-ELF support.  Also</title>
<updated>2008-04-23T00:40:24+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-04-23T00:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=1f4c0001e96df7b4e7c57479c197d9a4a9c64cf9'/>
<id>1f4c0001e96df7b4e7c57479c197d9a4a9c64cf9</id>
<content type='text'>
get rid of the TODO for Latte, since we're not going to be using any
doc-template system on Google Code.

While in the area, normalize a little bit the number of blank lines
between entries (I try to make it 2).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get rid of the TODO for Latte, since we're not going to be using any
doc-template system on Google Code.

While in the area, normalize a little bit the number of blank lines
between entries (I try to make it 2).
</pre>
</div>
</content>
</entry>
<entry>
<title>Take these human-readable files and normalize their content and</title>
<updated>2008-04-09T23:19:11+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-04-09T23:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=af3ed3cd171768a8002ffc27f7a27dde25b8f4d0'/>
<id>af3ed3cd171768a8002ffc27f7a27dde25b8f4d0</id>
<content type='text'>
location:
   README                     Our blurp, tooting our horn
   INSTALL                    The run_all_autoconf and friends incantations
   COPYING                    GPL 2.0 license
   distcc/README              Martin's blurp
   distcc/INSTALL             Also: more on masquerading, host lists,
   distcc/COPYING             GPL 2.0 license
   distcc/NEWS                Recently updated
   distcc/AUTHORS             Martin Pool
   distcc/README.packaging    Various advice (version numbering etc)
   distcc/TODO                A very long list (not updated)
   distcc/ChangeLog	      All changes under arch and under bzr
   distcc/ChangeLog.old	      All changes from before arch.

Now all live in the top-level directory.  This is the first step
towards our eventual goal of getting rid of the second-level distcc
and include_server directories, and just having everything under one
top-level directory.  We're all part of the same project now!

Here's how I merged and updated content:

. README became README.pump.  It was slightly edited for clarity.  (I
  also redid all the line-wrapping, which makes diff-ing
  difficult. :-( )  distcc/README became README, with a small amount
  of text added to describe 'pump' mode, and point to README.pump.

. distcc/NEWS became NEWS.  pump functionality was added (a new
  "distcc-3.0" entry).  I also added all new features and bug-fixes
  since we moved from arch to bzr.  It looks like NEWS was
  well-maintained before the move to bzr, so this might be pretty
  complete.  There may be some more pump-developed bugfixes we need to
  add, though.

. I got rid of distcc/COPYING.  Now COPYING is the only license in
  this directory.  This file was not changed.  It remains the GPL 2.0
  license.

. distcc/AUTHORS became AUTHORS.  I changed Martin to maintainer
  emeritus.  I added the Google authors as authors of the "pump"
  functionality, and current maintainers.  I set the Google email
  address to be distcc@googlegroups.com, which is a new group I've set
  up to be the clearinghouse for distcc discussions.

. distcc/README.packaging became README.packaging.  It was not
  otherwise changed.

. distcc/TODO became TODO.  It was not otherwise changed, except I
  added that folks should look for FIXMEs in source files, not just
  TODOs.

. I merged INSTALL and distcc/INSTALL (in that order).  I rearranged
  the text a little bit to remove redundancy (both talked about
  running 'configure'), but did not make any contentful changes.

. I merged distcc/ChangeLog and distcc/ChangeLog.old to have a single
  changelog again going all the way to 2002.  Comments now separate
  the various version control systems used.  (svn is #4!)  The single
  ChangeLog file now lives in the top-level directory.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
location:
   README                     Our blurp, tooting our horn
   INSTALL                    The run_all_autoconf and friends incantations
   COPYING                    GPL 2.0 license
   distcc/README              Martin's blurp
   distcc/INSTALL             Also: more on masquerading, host lists,
   distcc/COPYING             GPL 2.0 license
   distcc/NEWS                Recently updated
   distcc/AUTHORS             Martin Pool
   distcc/README.packaging    Various advice (version numbering etc)
   distcc/TODO                A very long list (not updated)
   distcc/ChangeLog	      All changes under arch and under bzr
   distcc/ChangeLog.old	      All changes from before arch.

Now all live in the top-level directory.  This is the first step
towards our eventual goal of getting rid of the second-level distcc
and include_server directories, and just having everything under one
top-level directory.  We're all part of the same project now!

Here's how I merged and updated content:

. README became README.pump.  It was slightly edited for clarity.  (I
  also redid all the line-wrapping, which makes diff-ing
  difficult. :-( )  distcc/README became README, with a small amount
  of text added to describe 'pump' mode, and point to README.pump.

. distcc/NEWS became NEWS.  pump functionality was added (a new
  "distcc-3.0" entry).  I also added all new features and bug-fixes
  since we moved from arch to bzr.  It looks like NEWS was
  well-maintained before the move to bzr, so this might be pretty
  complete.  There may be some more pump-developed bugfixes we need to
  add, though.

. I got rid of distcc/COPYING.  Now COPYING is the only license in
  this directory.  This file was not changed.  It remains the GPL 2.0
  license.

. distcc/AUTHORS became AUTHORS.  I changed Martin to maintainer
  emeritus.  I added the Google authors as authors of the "pump"
  functionality, and current maintainers.  I set the Google email
  address to be distcc@googlegroups.com, which is a new group I've set
  up to be the clearinghouse for distcc discussions.

. distcc/README.packaging became README.packaging.  It was not
  otherwise changed.

. distcc/TODO became TODO.  It was not otherwise changed, except I
  added that folks should look for FIXMEs in source files, not just
  TODOs.

. I merged INSTALL and distcc/INSTALL (in that order).  I rearranged
  the text a little bit to remove redundancy (both talked about
  running 'configure'), but did not make any contentful changes.

. I merged distcc/ChangeLog and distcc/ChangeLog.old to have a single
  changelog again going all the way to 2002.  Comments now separate
  the various version control systems used.  (svn is #4!)  The single
  ChangeLog file now lives in the top-level directory.

</pre>
</div>
</content>
</entry>
</feed>
