[CalendarServer-changes] [14303] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 14 13:01:58 PST 2015


Revision: 14303
          http://trac.calendarserver.org//changeset/14303
Author:   sagen at apple.com
Date:     2015-01-14 13:01:58 -0800 (Wed, 14 Jan 2015)
Log Message:
-----------
Get latest pip

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh
    CalendarServer/trunk/support/_cache_deps
    CalendarServer/trunk/support/submit

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2015-01-14 15:42:38 UTC (rev 14302)
+++ CalendarServer/trunk/bin/_build.sh	2015-01-14 21:01:58 UTC (rev 14303)
@@ -641,7 +641,7 @@
 
   for pkg in             \
       setuptools-5.4.1   \
-      pip-1.5.6          \
+      pip-6.0.6          \
       virtualenv-1.11.6  \
   ; do
       local    name="${pkg%-*}";

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2015-01-14 15:42:38 UTC (rev 14302)
+++ CalendarServer/trunk/support/_cache_deps	2015-01-14 21:01:58 UTC (rev 14303)
@@ -40,7 +40,7 @@
 mkdir -p "${wd}/.develop/tools";
 
 for pkg in             \
-    pip-1.5.4          \
+    pip-6.0.6          \
     virtualenv-1.11.4  \
     setuptools-3.4.4   \
 ; do

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2015-01-14 15:42:38 UTC (rev 14302)
+++ CalendarServer/trunk/support/submit	2015-01-14 21:01:58 UTC (rev 14303)
@@ -174,7 +174,7 @@
 find "${wc}/.develop" -depth 1 ! '(' -name pip_downloads -o -name tools ')' -print | {
   while read filename; do
     echo "Cruft in .develop: ${filename}";
-    exit 1;
+    # exit 1;
   done;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150114/e4eee1a9/attachment.html>


More information about the calendarserver-changes mailing list