[Checkins] SVN: bbkit/trunk/community.cfg Commented failing packages

Baiju M baiju.m.mail at gmail.com
Sun Feb 21 01:47:00 EST 2010


Log message for revision 109204:
  Commented failing packages
  

Changed:
  U   bbkit/trunk/community.cfg

-=-
Modified: bbkit/trunk/community.cfg
===================================================================
--- bbkit/trunk/community.cfg	2010-02-21 05:41:06 UTC (rev 109203)
+++ bbkit/trunk/community.cfg	2010-02-21 06:46:59 UTC (rev 109204)
@@ -3,15 +3,17 @@
 # This is the specification file for the community supported packages
 # These packages are not officially supported.
 
+# IMPORTANT: Tests are failing for the commented packages.
+# To uncomment, make sure tests are passing.
+
 [community]
 version = 1.0dev
 
 included =
-  lovely.remotetask
+#  lovely.remotetask
 
-
   zc.table
-  zc.queue
+#  zc.queue
 
 packages = ${community:included}
 
@@ -19,11 +21,11 @@
 versions = versions
 
 [versions]
-lovely.remotetask = 0.5
+#lovely.remotetask = 0.5
 zc.table = 0.8.0
-zc.queue = 1.1
+#zc.queue = 1.1
 
 [sources]
-lovely.remotetask = svn svn+ssh://svn.zope.org/repos/main/lovely.remotetask/trunk
+#lovely.remotetask = svn svn+ssh://svn.zope.org/repos/main/lovely.remotetask/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
+#zc.queue = svn svn+ssh://svn.zope.org/repos/main/zc.queue/trunk



More information about the checkins mailing list