summaryrefslogtreecommitdiff
path: root/cron/nightly_gzip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-131-156/+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
|
* 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-4/+8
| | | | | | | | | | | | | | | 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.
* Dang, the usual oversight.bwarsaw2001-07-261-1/+1
|
* main(): Use archive_dir() instead of the archive_directory attribute.bwarsaw2001-07-261-1/+1
|
* main(): Patch after a Thomas Wouters suggestion which relaxes the filebwarsaw2000-04-271-3/+3
| | | | | name match for gzip candidates, so weeklies, quarterlies, etc. will get compressed.
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* main(): Don't complain about a bogus archive_directory ifbwarsaw2000-03-131-1/+4
| | | | | last_post_time is <= 0 (meaning there have been no messages posted to the mailing list yet). Idea by Jim Tittsler.
* Do the more sensible thing, which is only gzip those .txt files thatbwarsaw1999-08-311-31/+18
| | | | are newer than their .txt.gz files.
* Watch out for os.errors from os.listdir()bwarsaw1999-08-311-1/+5
|
* Script which nightly gzips .txt flat archive files.bwarsaw1999-08-301-0/+154