##// END OF EJS Templates
merge all from 0.7.3 branch to trunk
merge all from 0.7.3 branch to trunk

File last commit:

r83:24892be0
r503:b114b8cd
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/