##// END OF EJS Templates
ipy_leo: rename wb..val => wb..v, %leo now opens a file in leo
ipy_leo: rename wb..val => wb..v, %leo now opens a file in leo

File last commit:

r969:68af01b5
r989:f2d27822
Show More
testrel
28 lines | 775 B | text/plain | TextLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 #!/bin/sh
# release test
fperez
Update win32 generated installer names to satisfy Vista's idiotic behavior.
r969 cd ~/ipython/ipython
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # clean up build/dist directories
fperez
Update win32 generated installer names to satisfy Vista's idiotic behavior.
r969 rm -rf build/*
rm -rf dist/*
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0
# build source distros
./setup.py sdist --formats=gztar
fperez
- Add %logstop functionality to fully stop logger after turning it on....
r895 # Build rpms
python2.4 ./setup.py bdist_rpm --binary-only --release=py24 --python=/usr/bin/python2.4
python2.5 ./setup.py bdist_rpm --binary-only --release=py25 --python=/usr/bin/python2.5
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0
fperez
Add egg support.
r92 # Build eggs
fperez
- Add %logstop functionality to fully stop logger after turning it on....
r895 python2.4 ./eggsetup.py bdist_egg
python2.5 ./eggsetup.py bdist_egg
fperez
Add egg support.
r92
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # Call the windows build separately, so that the extra Windows scripts don't
# get pulled into Unix builds (setup.py has code which checks for
# bdist_wininst)
fperez
Minor updates to release scripts, new backup one using SVN (a lot simpler).
r314 ./setup.py bdist_wininst --install-script=ipython_win_post_install.py
fperez
Update win32 generated installer names to satisfy Vista's idiotic behavior.
r969
# Change name so retarded Vista runs the installer correctly
rename 's/win32/win32-setup/' dist/*.exe