##// END OF EJS Templates
Stop building rpms (they were broken)....
Fernando Perez -
Show More
@@ -19,15 +19,7 b" for d in ['build','dist',pjoin('docs','build'),pjoin('docs','dist')]:"
19 19 remove_tree(d)
20 20
21 21 # Build source and binary distros
22 c('./setup.py sdist --formats=gztar')
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")
22 c('./setup.py sdist --formats=gztar,zip')
31 23
32 24 # Build eggs
33 25 c('python2.5 ./setupegg.py bdist_egg')
General Comments 0
You need to be logged in to leave comments. Login now