<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/cron/nightly_gzip, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/cron/nightly_gzip?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/cron/nightly_gzip?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2006-05-13T02:49:48Z</updated>
<entry>
<title>Move all cron scripts to the new Mailman.bin package layout and complete the</title>
<updated>2006-05-13T02:49:48Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-05-13T02:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=590b6ebb628babc60fe282d133391dee155434ca'/>
<id>urn:sha1:590b6ebb628babc60fe282d133391dee155434ca</id>
<content type='text'>
conversion to optparse style option parsing.  Remove mailpasswds as password
reminders will go away for MM2.2.
</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>Update copyright years.</title>
<updated>2002-03-16T06:57:37Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-03-16T06:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=01c676cad87625f667c3cc5b0c3fcbf19e15a518'/>
<id>urn:sha1:01c676cad87625f667c3cc5b0c3fcbf19e15a518</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>Reorder the imports so mm_cfg is always the first module imported</title>
<updated>2001-07-27T16:35:45Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-27T16:35:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4d7275ad18caf7b115799334c56ab9a08898ae5e'/>
<id>urn:sha1:4d7275ad18caf7b115799334c56ab9a08898ae5e</id>
<content type='text'>
after paths.  Because these scripts are run from cron with "python -S"
they must import mm_cfg before attempting to import mimelib; mm_cfg
hacks sys.path to include site-packages which -S inhibits.

For those scripts that already import mm_cfg, add a comment describing
the import order dependencies.  For those that didn't, add a comment
about why it's being imported.

Also, gate_news: Removed the _ContinueLoop docstring so translators
have one less non-translatable docstring to worry about.

Closes Thomas's SF patch #443803.
</content>
</entry>
<entry>
<title>Dang, the usual oversight.</title>
<updated>2001-07-26T05:33:13Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-26T05:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=59116f6d86882106d11285a8b8d5eb9294b09a50'/>
<id>urn:sha1:59116f6d86882106d11285a8b8d5eb9294b09a50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main(): Use archive_dir() instead of the archive_directory attribute.</title>
<updated>2001-07-26T05:33:01Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-26T05:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=af02df005a630ffb348af672f9fb3465b4e75752'/>
<id>urn:sha1:af02df005a630ffb348af672f9fb3465b4e75752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main(): Patch after a Thomas Wouters suggestion which relaxes the file</title>
<updated>2000-04-27T20:41:06Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-04-27T20:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c1b1f2ebc3ce46ec731e06e31429dc82b5778fa4'/>
<id>urn:sha1:c1b1f2ebc3ce46ec731e06e31429dc82b5778fa4</id>
<content type='text'>
name match for gzip candidates, so weeklies, quarterlies, etc. will
get compressed.
</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>
</feed>
