[CalendarServer-changes] [13710] CalendarServer/trunk/calendarserver/tools/calverify.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 1 09:56:33 PDT 2014


Revision: 13710
          http://trac.calendarserver.org//changeset/13710
Author:   cdaboo at apple.com
Date:     2014-07-01 09:56:33 -0700 (Tue, 01 Jul 2014)
Log Message:
-----------
badcua no longer used.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/calverify.py

Modified: CalendarServer/trunk/calendarserver/tools/calverify.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/calverify.py	2014-07-01 16:39:18 UTC (rev 13709)
+++ CalendarServer/trunk/calendarserver/tools/calverify.py	2014-07-01 16:56:33 UTC (rev 13710)
@@ -255,7 +255,6 @@
 
 Options for --ical:
 
---badcua   : only look for bad calendar user addresses.
 --uuid     : only scan specified calendar homes. Can be a partial GUID
              to scan all GUIDs with that as a prefix.
 --uid      : scan only calendar data with the specific iCalendar UID.
@@ -2719,7 +2718,7 @@
             return NukeService(store, options, output, reactor, config)
         elif options["missing"]:
             return OrphansService(store, options, output, reactor, config)
-        elif options["ical"] or options["badcua"]:
+        elif options["ical"]:
             return BadDataService(store, options, output, reactor, config)
         elif options["mismatch"]:
             return SchedulingMismatchService(store, options, output, reactor, config)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140701/247ad28d/attachment.html>


More information about the calendarserver-changes mailing list