##// END OF EJS Templates
Finish doc/build tools cleanup....
Finish doc/build tools cleanup. Fix small stderr flush error in exception reporting. Final fixes to cpaste to support doctests.

File last commit:

r1049:c87d640e
r1207:c446b0e1
Show More
testupload
6 lines | 184 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/