Revision: 7594
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7594&view=rev
Author:   astraw
Date:     2009-08-30 04:44:11 +0000 (Sun, 30 Aug 2009)

Log Message:
-----------
buildbot: wipe build directory to ensure clean rebuilds

Modified Paths:
--------------
    trunk/matplotlib/test/_buildbot_install.py

Modified: trunk/matplotlib/test/_buildbot_install.py
===================================================================
--- trunk/matplotlib/test/_buildbot_install.py  2009-08-30 04:44:03 UTC (rev 
7593)
+++ trunk/matplotlib/test/_buildbot_install.py  2009-08-30 04:44:11 UTC (rev 
7594)
@@ -10,6 +10,11 @@
 if os.path.exists(TARGET):
     shutil.rmtree(TARGET)
 
+if 1:
+    build_path = 'build'
+    if os.path.exists(build_path):
+        shutil.rmtree(build_path)
+
 check_call('virtualenv %s'%(TARGET,))
 TARGET_py = os.path.join(TARGET,'bin','python')
 check_call('%s setup.py install'%TARGET_py)


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to