summaryrefslogtreecommitdiff
path: root/cron/bumpdigests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-131-96/+0
| | | | | conversion to optparse style option parsing. Remove mailpasswds as password reminders will go away for MM2.2.
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
| | | | | | 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.
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* mimelib -> emailbwarsaw2001-10-221-3/+0
|
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
| | | | | | | | | | | | | 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.
* Reorder the imports so mm_cfg is always the first module importedbwarsaw2001-07-271-1/+5
| | | | | | | | | | | | | | | 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.
* main(): MailList objects have grown a bump_digest_volume() method thatbwarsaw2001-05-011-3/+2
| | | | | encapsulates all the work necessary to bump the digest number. Use this instead of hacking the list attributes directly.
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-071-5/+6
| | | | Use extended print statement and other Python 2.0 features.
* Minor typo in docstring.bwarsaw2000-10-301-1/+1
|
* Cron script for bumping the digest volume number.bwarsaw2000-10-301-0/+91