[CalendarServer-changes] [1931] CalendarServer/trunk/twistedcaldav/admin/options.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 30 20:41:41 PDT 2007


Revision: 1931
          http://trac.macosforge.org/projects/calendarserver/changeset/1931
Author:   cdaboo at apple.com
Date:     2007-09-30 20:41:41 -0700 (Sun, 30 Sep 2007)

Log Message:
-----------
Disable purge command for now as it can purge recurring meetings with instances that should not be
purged.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/admin/options.py

Modified: CalendarServer/trunk/twistedcaldav/admin/options.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/options.py	2007-10-01 02:55:43 UTC (rev 1930)
+++ CalendarServer/trunk/twistedcaldav/admin/options.py	2007-10-01 03:41:41 UTC (rev 1931)
@@ -72,7 +72,7 @@
         ['days', 'n', 30, 'Age threshold for purging events.'],
         ]
 
-registerCommand(PurgeOptions)
+#registerCommand(PurgeOptions)
 
 
 class StatsOptions(SubCommand):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070930/e525b661/attachment.html


More information about the calendarserver-changes mailing list