Show More
@@ -58,6 +58,9 b' python2.5 ./eggsetup.py bdist_egg' | |||||
58 | # bdist_wininst) |
|
58 | # bdist_wininst) | |
59 | ./setup.py bdist_wininst --install-script=ipython_win_post_install.py |
|
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 | # Register with the Python Package Index (PyPI) |
|
64 | # Register with the Python Package Index (PyPI) | |
62 | echo "Registering with PyPI..." |
|
65 | echo "Registering with PyPI..." | |
63 | cd $ipdir |
|
66 | cd $ipdir |
@@ -2,13 +2,13 b'' | |||||
2 |
|
2 | |||
3 | # release test |
|
3 | # release test | |
4 |
|
4 | |||
|
5 | cd ~/ipython/ipython | |||
|
6 | ||||
5 | # clean up build/dist directories |
|
7 | # clean up build/dist directories | |
6 |
rm -rf |
|
8 | rm -rf build/* | |
7 | rm -rf ~/ipython/ipython/dist/* |
|
9 | rm -rf dist/* | |
8 |
|
10 | |||
9 | # build source distros |
|
11 | # build source distros | |
10 | cd ~/ipython/ipython |
|
|||
11 |
|
||||
12 | ./setup.py sdist --formats=gztar |
|
12 | ./setup.py sdist --formats=gztar | |
13 |
|
13 | |||
14 | # Build rpms |
|
14 | # Build rpms | |
@@ -23,3 +23,6 b' python2.5 ./eggsetup.py bdist_egg' | |||||
23 | # get pulled into Unix builds (setup.py has code which checks for |
|
23 | # get pulled into Unix builds (setup.py has code which checks for | |
24 | # bdist_wininst) |
|
24 | # bdist_wininst) | |
25 | ./setup.py bdist_wininst --install-script=ipython_win_post_install.py |
|
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