##// END OF EJS Templates
Update revnum; ready for testing, will upload and send to the dev list....
Update revnum; ready for testing, will upload and send to the dev list. Docs have been added, this is close to a reasonable RC for 0.11. As of this revision, we're down to 0 errors on linux and 1 on windows (that appears twice). The windows error is tracked here: https://bugs.launchpad.net/ipython/+bug/506839

File last commit:

r2118:ec9810f7
r2468:6e6a85ae
Show More
testupload
6 lines | 165 B | text/plain | TextLexer
#!/bin/sh
# Simple upload script to push up into the testing directory a local build
ipdir=$PWD/..
cd $ipdir/dist
scp * ipython@ipython.scipy.org:www/dist/testing/