[Checkins] SVN: bbkit/trunk/ Added community packages for compatibility tests

Baiju M baiju.m.mail at gmail.com
Tue Jan 26 09:17:55 EST 2010


Log message for revision 108515:
  Added community packages for compatibility tests
  (These packages are community supported)
  

Changed:
  U   bbkit/trunk/buildout.cfg
  A   bbkit/trunk/community.cfg

-=-
Modified: bbkit/trunk/buildout.cfg
===================================================================
--- bbkit/trunk/buildout.cfg	2010-01-26 14:05:33 UTC (rev 108514)
+++ bbkit/trunk/buildout.cfg	2010-01-26 14:17:55 UTC (rev 108515)
@@ -1,8 +1,12 @@
 [buildout]
-parts = test-ztk test-zopeapp depgraph
+parts = test-ztk
+        test-zopeapp
+        test-community
+        depgraph
 extensions = mr.developer
 extends = ztk.cfg
           zopeapp.cfg
+          community.cfg
 versions = versions
 allow-picked-versions = false
 #auto-checkout = *
@@ -22,10 +26,15 @@
 recipe = z3c.recipe.compattest
 include = ${zopeapp:packages}
 
+[test-community]
+recipe = z3c.recipe.compattest
+include = ${community:packages}
+
 [depgraph]
 recipe = z3c.recipe.depgraph
 eggs = ${ztk:packages}
        ${zopeapp:packages}
+       ${community:packages}
 extras = True
 variants = base 
            scc

Added: bbkit/trunk/community.cfg
===================================================================
--- bbkit/trunk/community.cfg	                        (rev 0)
+++ bbkit/trunk/community.cfg	2010-01-26 14:17:55 UTC (rev 108515)
@@ -0,0 +1,34 @@
+# Copyright (c) 2009 Zope Foundation and Contributors.
+#
+# This is the specification file for the community supported packages
+# These packages are not officially supported.
+
+[community]
+included =
+  lovely.remotetask
+
+# We need to verify whether these two packages belongs to zopeapp list
+  zope.app.xmlrpcintrospection
+  zope.app.session
+
+  zc.table
+  zc.queue
+
+packages = ${community:included}
+
+[buildout]
+versions = versions
+
+[versions]
+lovely.remotetask = 0.5
+zope.app.xmlrpcintrospection = 3.5.0
+zope.app.session = 3.6.0
+zc.table = 0.8.0
+zc.queue = 1.1
+
+[sources]
+lovely.remotetask = svn svn+ssh://svn.zope.org/repos/main/lovely.remotetask/trunk
+zope.app.xmlrpcintrospection = svn svn+ssh://svn.zope.org/repos/main/zope.app.xmlrpcintrospection/trunk
+zope.app.session = svn svn+ssh://svn.zope.org/repos/main/zope.app.session/trunk
+zc.table = svn svn+ssh://svn.zope.org/repos/main/zc.table/trunk
+zc.queue = svn svn+ssh://svn.zope.org/repos/main/zc.queue/trunk



More information about the checkins mailing list