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