[CalendarServer-changes] [8471] CalendarServer/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 16 16:06:31 PST 2011


Revision: 8471
          http://trac.macosforge.org/projects/calendarserver/changeset/8471
Author:   wsanchez at apple.com
Date:     2011-12-16 16:06:31 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
Reorder scripts alphabetically, add unincluded scripts (commented out), add calendarserver_shell

Modified Paths:
--------------
    CalendarServer/trunk/setup.py

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2011-12-16 23:34:16 UTC (rev 8470)
+++ CalendarServer/trunk/setup.py	2011-12-17 00:06:31 UTC (rev 8471)
@@ -128,19 +128,26 @@
                            },
         scripts          = [
                              "bin/caldavd",
+                             "bin/calendarserver_bootstrap_database",
+                             "bin/calendarserver_command_gateway",
+                            #"bin/calendarserver_config",
+                            #"bin/calendarserver_dbinspect",
                              "bin/calendarserver_export",
                             #"bin/calendarserver_load_augmentdb",
                             #"bin/calendarserver_make_partition",
                             #"bin/calendarserver_manage_augments",
-                            #"bin/calendarserver_upgrade",
+                            #"bin/calendarserver_manage_postgres",
                              "bin/calendarserver_manage_principals",
-                             "bin/calendarserver_command_gateway",
+                            #"bin/calendarserver_manage_timezones",
+                             "bin/calendarserver_migrate_resources",
+                             "bin/calendarserver_monitor_notifications",
+                             "bin/calendarserver_purge_attachments",
                              "bin/calendarserver_purge_events",
-                             "bin/calendarserver_purge_attachments",
                              "bin/calendarserver_purge_principals",
-                             "bin/calendarserver_migrate_resources",
-                             "bin/calendarserver_monitor_notifications",
-                             "bin/calendarserver_bootstrap_database",
+                             "bin/calendarserver_shell",
+                            #"bin/calendarserver_upgrade",
+                            #"bin/calendarserver_verify_data",
+                            #"bin/calendarserver_warmup",
                            ],
         data_files       = [ ("caldavd", ["conf/caldavd.plist"]), ],
         ext_modules      = extensions,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111216/c06d2e12/attachment.html>


More information about the calendarserver-changes mailing list