From: <as...@us...> - 2009-08-24 03:23:46
|
Revision: 7550 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7550&view=rev Author: astraw Date: 2009-08-24 03:23:40 +0000 (Mon, 24 Aug 2009) Log Message: ----------- buildbot: set file permissions on files to upload (fix) Modified Paths: -------------- trunk/matplotlib/test/_buildbot_test_postmortem.py Modified: trunk/matplotlib/test/_buildbot_test_postmortem.py =================================================================== --- trunk/matplotlib/test/_buildbot_test_postmortem.py 2009-08-24 03:21:12 UTC (rev 7549) +++ trunk/matplotlib/test/_buildbot_test_postmortem.py 2009-08-24 03:23:40 UTC (rev 7550) @@ -103,6 +103,7 @@ shutil.copy( os.path.join(root,savedresults_dir,testclass,fname), os.path.join(this_targetdir,'absdiff.png') ) + os.chmod(target_dir,0755) os.chmod(this_targetdir,0755) os.chmod(os.path.join(this_targetdir,'baseline.png'),0744) os.chmod(os.path.join(this_targetdir,'actual.png'),0744) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |