[Checkins] SVN: grokapps/rdbexample/trunk/buildout.cfg Work with Grok 1.0, peg down recipe that was breaking.

Martijn Faassen faassen at startifact.com
Mon Jan 18 13:38:31 EST 2010


Log message for revision 108213:
  Work with Grok 1.0, peg down recipe that was breaking.
  

Changed:
  U   grokapps/rdbexample/trunk/buildout.cfg

-=-
Modified: grokapps/rdbexample/trunk/buildout.cfg
===================================================================
--- grokapps/rdbexample/trunk/buildout.cfg	2010-01-18 18:01:42 UTC (rev 108212)
+++ grokapps/rdbexample/trunk/buildout.cfg	2010-01-18 18:38:30 UTC (rev 108213)
@@ -14,7 +14,7 @@
     debug_ini
 newest = false
 
-extends = http://grok.zope.org/releaseinfo/grok-1.0b2.cfg
+extends = http://grok.zope.org/releaseinfo/grok-1.0.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
 # unless you specify an eggs-directory option here.
@@ -28,6 +28,7 @@
 zope.sqlalchemy = 0.4
 z3c.saconfig = 0.9.1
 megrok.rdb = 0.10
+z3c.recipe.i18n = 0.5.0
 
 [app]
 recipe = zc.recipe.egg
@@ -101,4 +102,4 @@
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok
-url = http://grok.zope.org/releaseinfo/grok-eggs-1.0b2.tgz
+url = http://grok.zope.org/releaseinfo/grok-eggs-1.0.tgz



More information about the checkins mailing list