[Erp5-report] r32852 luke - /erp5/trunk/buildout/Makefile
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 19 13:54:12 CET 2010
Author: luke
Date: Fri Feb 19 13:54:12 2010
New Revision: 32852
URL: http://svn.erp5.org?rev=32852&view=rev
Log:
- assert that required eggs are properly generated
Modified:
erp5/trunk/buildout/Makefile
Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32852&r1=32851&r2=32852&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Fri Feb 19 13:54:12 2010
@@ -7,7 +7,7 @@
# run make assert to check that all is working
assert: assert-software
-assert-software: assert-python2.4
+assert-software: assert-python2.4 assert-eggs-2.4
assert-python2.4: bin/python2.4
bin/python2.4 -c 'import _ssl'
@@ -16,5 +16,24 @@
bin/python2.4 -c 'import xml.parsers.expat'
bin/python2.4 -c 'import zlib'
+assert-eggs-2.4:
+ ls -d eggs/erp5diff-*-py2.4.egg
+ ls -d eggs/elementtree-*-py2.4.egg
+ ls -d eggs/collective.recipe.supervisor-*-py2.4.egg
+ ls -d eggs/fpconst-*-py2.4.egg
+ ls -d eggs/lxml-*-py2.4-*-*.egg
+ ls -d eggs/numpy-*-py2.4-*-*.egg
+ ls -d eggs/python_ldap-*-py2.4-*-*.egg
+ ls -d eggs/python_memcached-*-py2.4.egg
+ ls -d eggs/pytz-*-py2.4.egg
+ ls -d eggs/PyXML-*-py2.4-*-*.egg
+ ls -d eggs/simplejson-*-py2.4-*-*.egg
+ ls -d eggs/SOAPpy-*-py2.4.egg
+ ls -d eggs/threadframe-*-py2.4-*-*.egg
+ ls -d eggs/timerserver-*-py2.4.egg
+ ls -d develop-eggs/itools-*-py2.4-*-*.egg
+ ls -d develop-eggs/itools-*-py2.4-*-*.egg
+ ls -d develop-eggs/MySQL_python-*-py2.4-*-*.egg
+
create-mandriva2010-rpm: bin/buildout
bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm
More information about the Erp5-report
mailing list