##// END OF EJS Templates
Update win32 generated installer names to satisfy Vista's idiotic behavior.
fperez -
Show More
@@ -58,6 +58,9 b' python2.5 ./eggsetup.py bdist_egg'
58 58 # bdist_wininst)
59 59 ./setup.py bdist_wininst --install-script=ipython_win_post_install.py
60 60
61 # Change name so retarded Vista runs the installer correctly
62 rename 's/win32/win32-setup/' $ipdir/dist/*.exe
63
61 64 # Register with the Python Package Index (PyPI)
62 65 echo "Registering with PyPI..."
63 66 cd $ipdir
@@ -2,13 +2,13 b''
2 2
3 3 # release test
4 4
5 cd ~/ipython/ipython
6
5 7 # clean up build/dist directories
6 rm -rf ~/ipython/ipython/build/*
7 rm -rf ~/ipython/ipython/dist/*
8 rm -rf build/*
9 rm -rf dist/*
8 10
9 11 # build source distros
10 cd ~/ipython/ipython
11
12 12 ./setup.py sdist --formats=gztar
13 13
14 14 # Build rpms
@@ -23,3 +23,6 b' python2.5 ./eggsetup.py bdist_egg'
23 23 # get pulled into Unix builds (setup.py has code which checks for
24 24 # bdist_wininst)
25 25 ./setup.py bdist_wininst --install-script=ipython_win_post_install.py
26
27 # Change name so retarded Vista runs the installer correctly
28 rename 's/win32/win32-setup/' dist/*.exe
General Comments 0
You need to be logged in to leave comments. Login now