[Checkins] SVN: megrok.rdb/trunk/buildout.cfg Added pinned versions so we can do the buildout and launch the tests

Vincent Fretin vincent.fretin at gmail.com
Thu Sep 17 09:19:24 EDT 2009


Log message for revision 104208:
  Added pinned versions so we can do the buildout and launch the tests

Changed:
  U   megrok.rdb/trunk/buildout.cfg

-=-
Modified: megrok.rdb/trunk/buildout.cfg
===================================================================
--- megrok.rdb/trunk/buildout.cfg	2009-09-17 13:09:02 UTC (rev 104207)
+++ megrok.rdb/trunk/buildout.cfg	2009-09-17 13:19:24 UTC (rev 104208)
@@ -1,7 +1,16 @@
 [buildout]
 develop = .
+extends = http://grok.zope.org/releaseinfo/grok-1.0b1.cfg
+versions = versions
 parts = test
 
+[versions]
+SQLAlchemy = 0.5.6
+z3c.saconfig = 0.9.1
+docutils = 0.5
+transaction = 1.0.0
+zope.sqlalchemy = 0.4
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = megrok.rdb



More information about the checkins mailing list