[Checkins] SVN: zope.fanstatic/trunk/buildout.cfg Use ZTK instead of groktoolkit. Do not allow picked versions.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Nov 26 11:15:09 EST 2010


Log message for revision 118609:
  Use ZTK instead of groktoolkit. Do not allow picked versions.

Changed:
  U   zope.fanstatic/trunk/buildout.cfg

-=-
Modified: zope.fanstatic/trunk/buildout.cfg
===================================================================
--- zope.fanstatic/trunk/buildout.cfg	2010-11-26 16:14:35 UTC (rev 118608)
+++ zope.fanstatic/trunk/buildout.cfg	2010-11-26 16:15:08 UTC (rev 118609)
@@ -1,17 +1,19 @@
 [buildout]
-extends = http://grok.zope.org/releaseinfo/1.2/versions.cfg
+extends = http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/zopeapp-versions.cfg
 develop = .
 parts = test
 versions = versions
+allow-picked-versions = false
 extensions = mr.developer
 auto-checkout = fanstatic
-sources-dir = develop
 
 [sources]
 fanstatic = hg http://bitbucket.org/faassen/fanstatic
 
 [versions]
 zope.app.wsgi = 3.10.0
+WebOb = 1.0
 
 [test]
 recipe = zc.recipe.testrunner



More information about the checkins mailing list