summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron/upvolumes_monthly3
-rwxr-xr-xcron/upvolumes_yearly3
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.