[Python-checkins] r68339 - python/branches/release26-maint/Misc/build.sh

neal.norwitz python-checkins at python.org
Mon Jan 5 05:08:06 CET 2009


Author: neal.norwitz
Date: Mon Jan  5 05:08:06 2009
New Revision: 68339

Log:
Backport r68338: Make sure to checkout any new packages

Modified:
   python/branches/release26-maint/Misc/build.sh

Modified: python/branches/release26-maint/Misc/build.sh
==============================================================================
--- python/branches/release26-maint/Misc/build.sh	(original)
+++ python/branches/release26-maint/Misc/build.sh	Mon Jan  5 05:08:06 2009
@@ -263,7 +263,7 @@
     echo "Conflict detected in $CONFLICTED_FILE.  Doc build skipped." > ../build/$F
     err=1
 else
-    make update html >& ../build/$F
+    make checkout update html >& ../build/$F
     err=$?
 fi
 update_status "Making doc" "$F" $start


More information about the Python-checkins mailing list