summaryrefslogtreecommitdiff
path: root/cron/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-78/+0
| | | | artifacts are removed, as is the C files which we will no longer need.
* Update copyright years.bwarsaw2007-01-191-1/+1
|
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-131-7/+9
| | | | | 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
|
* Update copyright yearsbwarsaw2003-03-111-1/+1
|
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 > file; patch -p0 -R < file's to switch back and forth between patches and change sets, I'm wondering when we'll switch to Aegis as well. :-P
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* Add calls for cron/disabled to send out the you-are-disabled notices.bwarsaw2001-12-271-1/+1
| | | | | | | Send these out at 9am localtime. Also, change the admin reminders to run at 8am local time instead of 10pm local time.
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+3
| | | | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history. Install from the build directory.
* Split SCRIPTS into FILES and PROGRAMS. The former is installed withbwarsaw2001-08-041-5/+8
| | | | | mode 644 while the latter is installed with mode 775. This lets you run cron scripts from the command line.
* Removed qrunner cron script, as it has been obsoleted bybwarsaw2001-07-051-2/+2
| | | | bin/mailmanctl and bin/qrunner.
* Add bumpdigests to the list of cron scripts to install.bwarsaw2000-11-011-1/+1
|
* SCRIPTS: Added qrunner script to list of installable scriptsbwarsaw2000-03-281-1/+1
|
* Ron Jarrell points out that this still tried to install run_queue.bwarsaw2000-03-221-2/+2
|
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* Get rid of archives, upvolume_* installsbwarsaw1999-11-121-2/+2
|
* Added nightly_gzip to list of scriptsbwarsaw1999-08-301-1/+1
|
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
| | | | | | | | | | | | propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
* make finishbwarsaw1998-10-201-0/+2
|
* Nagy's distclean patch. removes some files that should have beencotton1998-10-091-1/+1
| | | | | removed but weren't scott
* Wrapped the call to smtplib with some queueing code.viega1998-07-201-1/+1
| | | | There's a new crontab entry that checks the queue once every 30 mins.
* Added gate_news to the list of targets.viega1998-05-311-1/+1
|
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+70