<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/tests/Makefile.in, branch master</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2007-07-13T04:19:10Z</updated>
<entry>
<title>The start of a setuptools conversion.  All the Makefile.in and autoconf</title>
<updated>2007-07-13T04:19:10Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2007-07-13T04:19:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=288ae405b09baa443eb1b39422c48c315fbb2e5a'/>
<id>urn:sha1:288ae405b09baa443eb1b39422c48c315fbb2e5a</id>
<content type='text'>
artifacts are removed, as is the C files which we will no longer need.
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2007-01-19T04:38:06Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2007-01-19T04:38:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=25f7d0630bfc73b3fd5c41a584d8eb3a8554f45d'/>
<id>urn:sha1:25f7d0630bfc73b3fd5c41a584d8eb3a8554f45d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed bounces directory from SUBDIRS. It's moved to Mailman/testing.</title>
<updated>2006-05-19T19:44:06Z</updated>
<author>
<name>msapiro</name>
</author>
<published>2006-05-19T19:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=92be2b78e69ae573ea21952972345005f8d7183b'/>
<id>urn:sha1:92be2b78e69ae573ea21952972345005f8d7183b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize the unit test infrastructure, so that tests live inside the</title>
<updated>2006-05-18T13:04:26Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-05-18T13:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=cc6f8eab8283680546216564cfffbb5ded5d52fd'/>
<id>urn:sha1:cc6f8eab8283680546216564cfffbb5ded5d52fd</id>
<content type='text'>
Mailman
top level package.  Rewrote the test runner and stuck it in bin (as an
mmshell
symlink).  bin/testall now autodetects tests and allows running a
subset of
tests via regular expression filtering.

I also fixed all the tests so they all pass now, with the exception of
test_message.py tests.  These still doesn't work because of coordination
issues between its smtpd-based reader and SMTPDirect, but... I have a
plan
(mwah, ha, ha! :)

I also fixed a code update bug in Decorate.py
</content>
</entry>
<entry>
<title>FSF office has moved. chdcking in for MAIN branch.</title>
<updated>2005-08-27T01:54:05Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2005-08-27T01:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2a6084d03b96f87af153b663cf3dd4776e7e37fb'/>
<id>urn:sha1:2a6084d03b96f87af153b663cf3dd4776e7e37fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2003-03-11T03:38:44Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2003-03-11T03:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0289c31dda2c59c93f4173fe9d480a049ba0c38d'/>
<id>urn:sha1:0289c31dda2c59c93f4173fe9d480a049ba0c38d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reis</title>
<updated>2003-03-11T00:33:31Z</updated>
<author>
<name>twouters</name>
</author>
<published>2003-03-11T00:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6d47462abb47292fb59f36ecd49d141a710e5ebe'/>
<id>urn:sha1:6d47462abb47292fb59f36ecd49d141a710e5ebe</id>
<content type='text'>
Jr, after much checking and rechecking (and some massaging) by me. Checking
in now before I fall asleep and forget what all this was for.

This patch adds the ability to 'make DESTDIR=/some/dir/tree install' that
doesn't influence the paths stored in e.g. Defaults.py at all, which is of
good use for various package managers. It is not all that package managers
must do, however! Running make install with DESTDIR set means bin/update is
never run, and mm_cfg.py is always written; package managers should make
sure the appropriate post-installation is done, and that mm_cfg.py is
treated as a config file.

This patch inadvertently fixes some bogus whitespace: 8-spaces where
surrounding code used tabs. The difference was harmless because the 8-spaces
were used inside shell-continued-oneliners, but it is confusing and could
lead to future harm. I'm too tired to make those two or three changes in a
separate checkin, sorry.

This patch also assumes the various packages that are installed using
distutils do not record (or rather, use) their installation paths anywhere,
but this seems to hold true at least for the moment.

Also, I've done so many slow cvs diff's, I'm wondering when we'll switch to
Subversion. Unfortunately, I've also done so many 'cvs diff -c &gt; file; patch
-p0 -R &lt; file's to switch back and forth between patches and change sets,
I'm wondering when we'll switch to Aegis as well. :-P
</content>
</entry>
<entry>
<title>Matthias Juchem's patch #645421 for fixing "make distclean" in the</title>
<updated>2002-12-12T04:35:44Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-12-12T04:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=769e5e71c30c3355c57e345af44bc522c09a4aaa'/>
<id>urn:sha1:769e5e71c30c3355c57e345af44bc522c09a4aaa</id>
<content type='text'>
messages and tests subdirectories.
</content>
</entry>
<entry>
<title>Donn Cave's patch #602087 to honor configure's --srcdir switch.</title>
<updated>2002-12-12T04:30:38Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-12-12T04:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ae7b2c1701e8342c6903953ad7658eeded5cf95e'/>
<id>urn:sha1:ae7b2c1701e8342c6903953ad7658eeded5cf95e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add onebounce.py and set the perms for executables.</title>
<updated>2002-12-02T14:47:58Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-12-02T14:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=495122f37aae3275615a4bf2738c2a2571ece326'/>
<id>urn:sha1:495122f37aae3275615a4bf2738c2a2571ece326</id>
<content type='text'>
</content>
</entry>
</feed>
