Show More
@@ -25,7 +25,7 b" name = 'ipython'" | |||||
25 | development = False # change this to False to do a release |
|
25 | development = False # change this to False to do a release | |
26 | version_base = '0.9.beta2' |
|
26 | version_base = '0.9.beta2' | |
27 | branch = 'ipython' |
|
27 | branch = 'ipython' | |
28 |
revision = '110 |
|
28 | revision = '1104' | |
29 |
|
29 | |||
30 | if development: |
|
30 | if development: | |
31 | if branch == 'ipython': |
|
31 | if branch == 'ipython': |
@@ -2,7 +2,7 b'' | |||||
2 |
|
2 | |||
3 | # release test |
|
3 | # release test | |
4 |
|
4 | |||
5 | ipdir=~/ipython/ipython |
|
5 | ipdir=$PWD/.. | |
6 | ipbackupdir=~/ipython/backup |
|
6 | ipbackupdir=~/ipython/backup | |
7 |
|
7 | |||
8 | cd $ipdir |
|
8 | cd $ipdir |
@@ -1,6 +1,6 b'' | |||||
1 | #!/bin/sh |
|
1 | #!/bin/sh | |
2 |
|
2 | |||
3 | # clean public testing/ dir and upload |
|
3 | ipdir=$PWD/.. | |
4 | #ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*" |
|
4 | ||
5 | cd ~/ipython/ipython/dist |
|
5 | cd $ipdir/dist | |
6 | scp * ipython@ipython.scipy.org:www/dist/testing/ |
|
6 | scp * ipython@ipython.scipy.org:www/dist/testing/ |
General Comments 0
You need to be logged in to leave comments.
Login now