##// END OF EJS Templates
renamed rehash_dir.py to ext_rehashdir.py (a convention for naming...
renamed rehash_dir.py to ext_rehashdir.py (a convention for naming extensions?), updated Changelog accordingly

File last commit:

r83:24892be0
r129:641209f9
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/