[Checkins] SVN: zopetoolkit/trunk/ztk-sources.cfg Try to pin zope.container to the 3.12 branch.

Marius Gedminas cvs-admin at zope.org
Fri Feb 15 17:36:22 UTC 2013


Log message for revision 129441:
  Try to pin zope.container to the 3.12 branch.
  
  

Changed:
  U   zopetoolkit/trunk/ztk-sources.cfg

-=-
Modified: zopetoolkit/trunk/ztk-sources.cfg
===================================================================
--- zopetoolkit/trunk/ztk-sources.cfg	2013-02-15 17:26:22 UTC (rev 129440)
+++ zopetoolkit/trunk/ztk-sources.cfg	2013-02-15 17:36:22 UTC (rev 129441)
@@ -21,7 +21,9 @@
 zope.component = git ${buildout:github}/zope.component
 zope.componentvocabulary = svn ${buildout:svn-zope-org}/zope.componentvocabulary/trunk
 zope.configuration = git ${buildout:github}/zope.configuration
-zope.container = git ${buildout:github}/zope.container
+##zope.container = git ${buildout:github}/zope.container <-- needs ZODB 4.0.0,
+##                            but ztk currently pins ZODB3 to the 3.10 branch.
+zope.container = svn ${buildout:svn-zope-org}/zope.container/branches/3.12
 zope.contentprovider = svn ${buildout:svn-zope-org}/zope.contentprovider/trunk
 zope.contenttype = svn ${buildout:svn-zope-org}/zope.contenttype/trunk
 zope.copy = git ${buildout:github}/zope.copy



More information about the checkins mailing list