[CalendarServer-changes] [15597] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed May 18 11:25:10 PDT 2016


Revision: 15597
          http://trac.calendarserver.org//changeset/15597
Author:   sagen at apple.com
Date:     2016-05-18 11:25:10 -0700 (Wed, 18 May 2016)
Log Message:
-----------
Create bin wrappers for dashcollect and dashview

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2016-05-18 01:08:08 UTC (rev 15596)
+++ CalendarServer/trunk/bin/develop	2016-05-18 18:25:10 UTC (rev 15597)
@@ -39,7 +39,7 @@
     target="${wd}/bin/$(basename ${source})";
 
     rm -f "${target}";
-    if [ "$(basename ${target})" = "calendarserver_dashboard" ]; then
+    if [[ "calendarserver_dashboard calendarserver_dashcollect calendarserver_dashview" =~ "$(basename ${target})" ]]; then
       cat << __END__ > "${target}"
 #!/bin/sh
 
@@ -98,6 +98,6 @@
       bin/python bin/keychain_init.py
       ;;
   esac;
-fi;  
+fi;
 
 echo "Dependency setup complete."

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2016-05-18 01:08:08 UTC (rev 15596)
+++ CalendarServer/trunk/setup.py	2016-05-18 18:25:10 UTC (rev 15597)
@@ -245,6 +245,12 @@
     "dashboard":
     ("calendarserver.tools.dashboard", "main"),
 
+    "dashcollect":
+    ("calendarserver.tools.dashcollect", "main"),
+
+    "dashview":
+    ("calendarserver.tools.dashview", "main"),
+
     "dbinspect":
     ("calendarserver.tools.dbinspect", "main"),
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160518/cd52058b/attachment.html>


More information about the calendarserver-changes mailing list