<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/bin/check_db, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/bin/check_db?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/bin/check_db?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2007-07-21T18:52:50Z</updated>
<entry>
<title>Remove some obsolete command line scripts:</title>
<updated>2007-07-21T18:52:50Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2007-07-21T18:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a55d4aa436f34e5d3f1e0e06b372b57de323aa61'/>
<id>urn:sha1:a55d4aa436f34e5d3f1e0e06b372b57de323aa61</id>
<content type='text'>
- bin/check_dbs because there are no more pickles
- bin/convert because in MM3 everything will use $-strings and we'll do the
  conversion on import of the old list data
- bin/mmshell because setuptools provides its own equivalent
- bin/qrunner and bin/mailmanctl because the files were empty

There are a bunch of scripts still left in bin/ which will eventually get
removed.  I'm leaving them for now because they're either helpers generally
tangential to Mailman (msgfmt, po2template, pygettext, templ2pot, transcheck),
or are using old interfaces that will go away soon (clone_member, convert,
discard, fix_url, list_admins, remove_members, reset_pw, sync_members).

Also moved bin/cleanarch into Mailman/bin/cleanarch.py and updated it to use
optparse.

Also added a small patch to genalias to standardize its help printing.
</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>Jon Parise's patch to improve the usage() output for the command line</title>
<updated>2002-10-21T22:36:58Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-21T22:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=17da8273eb61687e1eb7c1e068613036fc1f3f46'/>
<id>urn:sha1:17da8273eb61687e1eb7c1e068613036fc1f3f46</id>
<content type='text'>
and cron scripts.  When code/status == 0, there's no error (it's
likely --help output) so send that to stdout.  Otherwise, it's an
error and the output goes to stderr.
</content>
</entry>
<entry>
<title>Patches to support duplicate suppression for explicit recipients,</title>
<updated>2002-03-05T16:24:22Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-03-05T16:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2441755c8328f2bba5a179193931f1b810de474b'/>
<id>urn:sha1:2441755c8328f2bba5a179193931f1b810de474b</id>
<content type='text'>
written by Ben Gertzfield, ported to MM2.1 by Marc MERLIN.

Specifically,

Instead of using LIST_DATA_DIR directly, instantiate a MailList object
and use its fullpath() method.
</content>
</entry>
<entry>
<title>Fix this to check the config.pck and config.pck.last files too.</title>
<updated>2001-10-04T14:45:19Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-10-04T14:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=5bb21215da4d8f687dbad358381f55da0d472616'/>
<id>urn:sha1:5bb21215da4d8f687dbad358381f55da0d472616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ben Gertzfield's patch to hardcode the path to the python executable</title>
<updated>2001-09-07T23:18:47Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-09-07T23:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b497bcb818f249b4e1e1670b7fb9f09206bd4777'/>
<id>urn:sha1:b497bcb818f249b4e1e1670b7fb9f09206bd4777</id>
<content type='text'>
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.

    #! /usr/bin/env python

becomes

    #! @PYTHON@

which gets substituted for in configure.
</content>
</entry>
<entry>
<title>Start of support for i18n; marking of translatable strings.</title>
<updated>2000-12-07T19:33:52Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-12-07T19:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=307583d87bc10413f79d34d4eb4d863df7fe6a95'/>
<id>urn:sha1:307583d87bc10413f79d34d4eb4d863df7fe6a95</id>
<content type='text'>
Use extended print statement, string methods, and other Python 2.0
features.
</content>
</entry>
<entry>
<title>Make sure all scripts lowercase the list names, since they are case</title>
<updated>2000-09-11T03:58:57Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-09-11T03:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3862b53977f4201fd6b6f935628b1f1ed1503c4c'/>
<id>urn:sha1:3862b53977f4201fd6b6f935628b1f1ed1503c4c</id>
<content type='text'>
insensitive.  list_lists prints them out using their real name -- not
their internal name -- and they should differ only by case.

Closes SF bug #113742 and patch #101434.
</content>
</entry>
<entry>
<title>Update the copyright lines to include the years 1999 &amp; 2000.</title>
<updated>2000-03-21T06:26:46Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-03-21T06:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=311c9e550f83951f63d583f18c2eb215a8fc297c'/>
<id>urn:sha1:311c9e550f83951f63d583f18c2eb215a8fc297c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GNU copyright</title>
<updated>1999-03-21T20:31:45Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-03-21T20:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6d225d8ba30913f2ce399064ff453d1268715d07'/>
<id>urn:sha1:6d225d8ba30913f2ce399064ff453d1268715d07</id>
<content type='text'>
</content>
</entry>
</feed>
