diff options
| author | mailman | 1998-04-09 23:13:04 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:13:04 +0000 |
| commit | 93c48e4c10278a58c48cfd04537807b565f1cb30 (patch) | |
| tree | 4749607a9713a3e2e402c95e1d5556ee34fe2e25 | |
| parent | 58ed995408f7e465e05bc3f9b2915f5b8dbdab49 (diff) | |
| download | mailman-93c48e4c10278a58c48cfd04537807b565f1cb30.tar.gz mailman-93c48e4c10278a58c48cfd04537807b565f1cb30.tar.zst mailman-93c48e4c10278a58c48cfd04537807b565f1cb30.zip | |
Note that this is being deprecated since we're switching over to an
external archiver.
| -rwxr-xr-x | cron/upvolumes_monthly | 3 | ||||
| -rwxr-xr-x | cron/upvolumes_yearly | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cron/upvolumes_monthly b/cron/upvolumes_monthly index d6ab6574f..5f8f6eebb 100755 --- a/cron/upvolumes_monthly +++ b/cron/upvolumes_monthly @@ -1,5 +1,8 @@ #!/usr/local/bin/python +# NOTE: This is being deprecated since mailman has been shifted over to an +# external archiver (ie, andrew kuchling's latest version of pipermail.) +# # This script gets called by cron at 12:00 am the first of each month # It bumps the volume number up by one on each list, and resets # The digest number. diff --git a/cron/upvolumes_yearly b/cron/upvolumes_yearly index 622d61500..552973d2e 100755 --- a/cron/upvolumes_yearly +++ b/cron/upvolumes_yearly @@ -1,5 +1,8 @@ #!/usr/local/bin/python +# NOTE: This is being deprecated since mailman has been shifted over to an +# external archiver (ie, andrew kuchling's latest version of pipermail.) +# # This script gets called by cron at 12:00 am new years day every year. # It bumps the volume number up by one on each list, and resets # The digest number to 0. |
