[CalendarServer-changes] [12536] twext/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:18:42 PDT 2014


Revision: 12536
          http://trac.calendarserver.org//changeset/12536
Author:   wsanchez at apple.com
Date:     2014-02-01 17:11:28 -0800 (Sat, 01 Feb 2014)
Log Message:
-----------
TWEXT_DEVELOP -> _DEVELOP

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

Modified: twext/trunk/bin/develop
===================================================================
--- twext/trunk/bin/develop	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/bin/develop	2014-02-02 01:11:28 UTC (rev 12536)
@@ -23,7 +23,7 @@
   wd="$(cd "$(dirname "$0")/.." && pwd)";
 fi;
 
-export TWEXT_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: twext/trunk/bin/pyflakes
===================================================================
--- twext/trunk/bin/pyflakes	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/bin/pyflakes	2014-02-02 01:11:28 UTC (rev 12536)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd -L)";
 
-export TWEXT_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: twext/trunk/bin/python
===================================================================
--- twext/trunk/bin/python	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/bin/python	2014-02-02 01:11:28 UTC (rev 12536)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
-export TWEXT_DEVELOP="true";
+export _DEVELOP="true";
 
 export PYTHONPATH="${wd}:${PYTHONPATH:-}";
 

Modified: twext/trunk/bin/test
===================================================================
--- twext/trunk/bin/test	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/bin/test	2014-02-02 01:11:28 UTC (rev 12536)
@@ -25,7 +25,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd -L)";
 
-export TWEXT_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: twext/trunk/bin/trial
===================================================================
--- twext/trunk/bin/trial	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/bin/trial	2014-02-02 01:11:28 UTC (rev 12536)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
-export TWEXT_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: twext/trunk/bin/twistd
===================================================================
--- twext/trunk/bin/twistd	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/bin/twistd	2014-02-02 01:11:28 UTC (rev 12536)
@@ -21,7 +21,7 @@
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
-export TWEXT_DEVELOP="true";
+export _DEVELOP="true";
 
 . "${wd}/bin/_build.sh";
 

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2014-02-02 01:10:08 UTC (rev 12535)
+++ twext/trunk/setup.py	2014-02-02 01:11:28 UTC (rev 12536)
@@ -144,7 +144,7 @@
 # Requirements for development and testing
 develop_requirements = read_requirements("py_develop.txt")
 
-if environment.get("TWEXT_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/3da75724/attachment.html>


More information about the calendarserver-changes mailing list