##// END OF EJS Templates
Stop building rpms (they were broken)....
Fernando Perez -
Show More
@@ -21,14 +21,6 b" for d in ['build','dist',pjoin('docs','build'),pjoin('docs','dist')]:"
21 # Build source and binary distros
21 # Build source and binary distros
22 c('./setup.py sdist --formats=gztar,zip')
22 c('./setup.py sdist --formats=gztar,zip')
23
23
24 # Build version-specific RPMs, where we must use the --python option to ensure
25 # that the resulting RPM is really built with the requested python version (so
26 # things go to lib/python2.X/...)
27 #c("python2.5 ./setup.py bdist_rpm --binary-only --release=py25 "
28 # "--python=/usr/bin/python2.5")
29 #c("python2.6 ./setup.py bdist_rpm --binary-only --release=py26 "
30 # "--python=/usr/bin/python2.6")
31
32 # Build eggs
24 # Build eggs
33 c('python2.5 ./setupegg.py bdist_egg')
25 c('python2.5 ./setupegg.py bdist_egg')
34 c('python2.6 ./setupegg.py bdist_egg')
26 c('python2.6 ./setupegg.py bdist_egg')
@@ -36,7 +28,7 b" c('python2.6 ./setupegg.py bdist_egg')"
36 # Call the windows build separately, so that the extra Windows scripts don't
28 # Call the windows build separately, so that the extra Windows scripts don't
37 # get pulled into Unix builds (setup.py has code which checks for
29 # get pulled into Unix builds (setup.py has code which checks for
38 # bdist_wininst)
30 # bdist_wininst)
39 c("python ./setup.py bdist_wininst")
31 c("python setup.py bdist_wininst")
40
32
41 # Change name so retarded Vista runs the installer correctly
33 # Change name so retarded Vista runs the installer correctly
42 c("rename 's/linux-i686/win32-setup/' dist/*.exe")
34 c("rename 's/linux-i686/win32-setup/' dist/*.exe")
@@ -25,7 +25,8 b" c('./make_tarball.py')"
25 c('mv ipython-*.tgz %s' % ipbackupdir)
25 c('mv ipython-*.tgz %s' % ipbackupdir)
26
26
27 # Build release files
27 # Build release files
28 c('./mkrel.py %s' % ipdir)
28 #c('./mkrel.py %s' % ipdir)
29 c('./build_release')
29
30
30 # Register with the Python Package Index (PyPI)
31 # Register with the Python Package Index (PyPI)
31 print "Registering with PyPI..."
32 print "Registering with PyPI..."
General Comments 0
You need to be logged in to leave comments. Login now