[CalendarServer-changes] [12535] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:21:31 PDT 2014


Revision: 12535
          http://trac.calendarserver.org//changeset/12535
Author:   wsanchez at apple.com
Date:     2014-02-01 17:10:08 -0800 (Sat, 01 Feb 2014)
Log Message:
-----------
CALENDARSERVER_DEVELOP -> _DEVELOP

Modified Paths:
--------------
    CalendarServer/trunk/bin/develop
    CalendarServer/trunk/bin/pyflakes
    CalendarServer/trunk/bin/python
    CalendarServer/trunk/bin/run
    CalendarServer/trunk/bin/test
    CalendarServer/trunk/bin/trial
    CalendarServer/trunk/bin/twistd
    CalendarServer/trunk/setup.py

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/develop	2014-02-02 01:10:08 UTC (rev 12535)
@@ -23,7 +23,7 @@
   wd="$(cd "$(dirname "$0")/.." && pwd)";
 fi;
 
-export CALENDARSERVER_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: CalendarServer/trunk/bin/pyflakes
===================================================================
--- CalendarServer/trunk/bin/pyflakes	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/pyflakes	2014-02-02 01:10:08 UTC (rev 12535)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd -L)";
 
-export CALENDARSERVER_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: CalendarServer/trunk/bin/python
===================================================================
--- CalendarServer/trunk/bin/python	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/python	2014-02-02 01:10:08 UTC (rev 12535)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
-export CALENDARSERVER_DEVELOP="true";
+export _DEVELOP="true";
 
 export PYTHONPATH="${wd}:${PYTHONPATH:-}";
 

Modified: CalendarServer/trunk/bin/run
===================================================================
--- CalendarServer/trunk/bin/run	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/run	2014-02-02 01:10:08 UTC (rev 12535)
@@ -239,7 +239,7 @@
   # About to do something for real; let's enumerate (and depending on options,
   # possibly download and/or install) the dependencies.
 
-  export CALENDARSERVER_DEVELOP="true";
+  export _DEVELOP="true";
 
   develop;
 

Modified: CalendarServer/trunk/bin/test
===================================================================
--- CalendarServer/trunk/bin/test	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/test	2014-02-02 01:10:08 UTC (rev 12535)
@@ -25,7 +25,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd -L)";
 
-export CALENDARSERVER_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: CalendarServer/trunk/bin/trial
===================================================================
--- CalendarServer/trunk/bin/trial	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/trial	2014-02-02 01:10:08 UTC (rev 12535)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
-export CALENDARSERVER_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: CalendarServer/trunk/bin/twistd
===================================================================
--- CalendarServer/trunk/bin/twistd	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/bin/twistd	2014-02-02 01:10:08 UTC (rev 12535)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
-export CALENDARSERVER_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2014-02-01 17:55:52 UTC (rev 12534)
+++ CalendarServer/trunk/setup.py	2014-02-02 01:10:08 UTC (rev 12535)
@@ -148,7 +148,7 @@
 # Requirements for development and testing
 develop_requirements = read_requirements("py_develop.txt")
 
-if environment.get("CALENDARSERVER_DEVELOP", "false") == "true":
+if environment.get("_DEVELOP", "false") == "true":
     install_requirements.extend(develop_requirements)
     install_requirements.extend(chain(*extras_requirements.values()))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/fffaa8cd/attachment.html>


More information about the calendarserver-changes mailing list