##// END OF EJS Templates
Fix http://www.scipy.net/roundup/ipython/issue55, a threading bug. It was...
Fix http://www.scipy.net/roundup/ipython/issue55, a threading bug. It was easiest to trigger under win32, but the bug was actually present on all platforms.

File last commit:

r83:24892be0
r267:04f05db2
Show More
testupload
6 lines | 183 B | text/plain | TextLexer
#!/bin/sh
# clean public testing/ dir and upload
ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*"
cd ~/ipython/ipython/dist
scp * ipython@ipython.scipy.org:www/dist/testing/