Revision: 8073
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8073&view=rev
Author:   astraw
Date:     2010-01-04 17:22:32 +0000 (Mon, 04 Jan 2010)

Log Message:
-----------
buildbot: debug documentation uploads

Modified Paths:
--------------
    trunk/matplotlib/test/_buildbot_doc.sh

Modified: trunk/matplotlib/test/_buildbot_doc.sh
===================================================================
--- trunk/matplotlib/test/_buildbot_doc.sh      2010-01-04 15:08:52 UTC (rev 
8072)
+++ trunk/matplotlib/test/_buildbot_doc.sh      2010-01-04 17:22:32 UTC (rev 
8073)
@@ -2,13 +2,31 @@
 set -e
 
 TARGET=`pwd`/PYmpl
+echo "activating virtual environment"
 source $TARGET/bin/activate
 
+echo "removing MPL config dir"
 python -c "import shutil,matplotlib; x=matplotlib.get_configdir(); 
shutil.rmtree(x)"
 
+echo "calling 'easy_install sphinx'"
 easy_install sphinx
 
+echo "calling 'cd doc'"
 cd doc
 
+echo "calling 'python make.py clean'"
 python make.py clean
+
+echo "calling 'python make.py all'"
 python make.py all
+
+# SourceForce needs the below
+echo "configuring for upload to SourceForge"
+
+echo "Options +Indexes" > build/html/.htaccess
+
+chmod -R a+r build
+find build -type d | xargs chmod a+rx
+
+echo "listing built files"
+find build


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to